chore: Fixed dependencies for github workflows
This commit is contained in:
parent
508adb298e
commit
a2caaa7611
193 changed files with 1596 additions and 1217 deletions
3
.github/workflows/tests.benjamin.yml
vendored
3
.github/workflows/tests.benjamin.yml
vendored
|
@ -4,7 +4,6 @@ on: [push]
|
|||
|
||||
jobs:
|
||||
test:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
|
@ -23,7 +22,7 @@ jobs:
|
|||
env:
|
||||
CI: true
|
||||
- name: Install peer & test dependencies
|
||||
run: cd packages/benjamin && npm install @freesewing/core @freesewing/plugin-bundle @freesewing/models @freesewing/pattern-info mocha chai
|
||||
run: 'cd packages/benjamin && npm install @freesewing/core@^2.7.0-beta.2 @freesewing/plugin-bundle@^2.7.0-beta.2 @freesewing/models@2.7.0-beta.2 @freesewing/pattern-info@2.7.0-beta.2 mocha chai'
|
||||
env:
|
||||
CI: true
|
||||
- name: Build pattern
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue