mirror of
https://github.com/mathuo/dockview
synced 2025-03-12 17:02:04 +00:00
Update main.yml
This commit is contained in:
parent
f9eb31152f
commit
e9a65299c3
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -15,9 +15,9 @@ jobs:
|
|||||||
node-version: '14.x'
|
node-version: '14.x'
|
||||||
- run: npm install -g gulp
|
- run: npm install -g gulp
|
||||||
- run: npm install -g lerna
|
- run: npm install -g lerna
|
||||||
- run: cd packages/splitview
|
working-directory: ./packages/splitview
|
||||||
- run: npm run build
|
- run: npm run build
|
||||||
- run: cd ../../
|
working-directory: ./
|
||||||
- run: npm test
|
- run: npm test
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
|
Loading…
Reference in New Issue
Block a user