mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 18:25:30 +00:00
Use workspaces in CI
This commit is contained in:
parent
507416ff4a
commit
4bebcdd4e6
1 changed files with 2 additions and 2 deletions
4
.github/workflows/nodejs.yml
vendored
4
.github/workflows/nodejs.yml
vendored
|
|
@ -27,9 +27,9 @@ jobs:
|
|||
yarn workspace webamp build
|
||||
yarn workspace webamp build-library
|
||||
- name: Run Unit Tests
|
||||
run: yarn test
|
||||
run: yarn workspace webamp test
|
||||
- name: Run Integration Tests
|
||||
run: yarn integration-tests
|
||||
run: yarn workspace webamp integration-tests
|
||||
env:
|
||||
CI: true
|
||||
- name: Upload Screenshot Diffs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue