chore: Updated workflows to rename Fu to Florence. See #382
This commit is contained in:
parent
291b30baee
commit
f7b27dbc88
1 changed files with 5 additions and 6 deletions
|
@ -1,10 +1,9 @@
|
|||
name: Unit tests - Fu
|
||||
name: Unit tests - Florence
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
|
@ -19,14 +18,14 @@ jobs:
|
|||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- name: Install dependencies
|
||||
run: cd packages/fu && npm install
|
||||
run: cd packages/florence && npm install
|
||||
env:
|
||||
CI: true
|
||||
- name: Install peer & test dependencies
|
||||
run: cd packages/fu && npm install @freesewing/core @freesewing/plugin-bundle @freesewing/models @freesewing/pattern-info mocha chai
|
||||
run: cd packages/florence && npm install @freesewing/core @freesewing/plugin-bundle @freesewing/models @freesewing/pattern-info mocha chai
|
||||
env:
|
||||
CI: true
|
||||
- name: Build pattern
|
||||
run: cd packages/fu && npm run build
|
||||
run: cd packages/florence && npm run build
|
||||
- name: Run pattern unit tests
|
||||
run: cd packages/fu && npm run testci
|
||||
run: cd packages/florence && npm run testci
|
Loading…
Add table
Add a link
Reference in a new issue