1
0
Fork 0

chore: Updated workflows to rename Fu to Florence. See #382

This commit is contained in:
Joost De Cock 2020-04-26 11:05:46 +02:00
parent 291b30baee
commit f7b27dbc88

View file

@ -1,10 +1,9 @@
name: Unit tests - Fu name: Unit tests - Florence
on: [push] on: [push]
jobs: jobs:
test: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
@ -19,14 +18,14 @@ jobs:
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- name: Install dependencies - name: Install dependencies
run: cd packages/fu && npm install run: cd packages/florence && npm install
env: env:
CI: true CI: true
- name: Install peer & test dependencies - 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: env:
CI: true CI: true
- name: Build pattern - name: Build pattern
run: cd packages/fu && npm run build run: cd packages/florence && npm run build
- name: Run pattern unit tests - name: Run pattern unit tests
run: cd packages/fu && npm run testci run: cd packages/florence && npm run testci