mirror of
https://github.com/kerberos-io/agent.git
synced 2026-08-23 15:08:32 +00:00
Update react.yml
This commit is contained in:
committed by
GitHub
parent
4e2660f3bd
commit
bef701d68c
6
.github/workflows/react.yml
vendored
6
.github/workflows/react.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user