Update main.yml

This commit is contained in:
mathuo 2020-10-15 22:02:50 +01:00 committed by GitHub
parent f9eb31152f
commit e9a65299c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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