Update react.yml

This commit is contained in:
Cédric Verstraeten
2022-06-05 21:40:37 +02:00
committed by GitHub
parent 4e2660f3bd
commit bef701d68c

View File

@@ -25,8 +25,8 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Yarn install
run: cd web && yarn
run: cd ui && yarn
- name: Yarn test
run: cd web && yarn test
run: cd ui && yarn test
- name: Yarn build
run: cd web && yarn build
run: cd ui && yarn build