Update ci.yml

pull/5559/head
janupra99 5 years ago committed by GitHub
parent ddf13211af
commit 04d881e094
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -31,6 +31,6 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
- uses: actions/checkout@v1;
- uses: actions/setup-node@v1;
- run: 'npm i && npm run test:unit'

Loading…
Cancel
Save