Update tests.yml

This commit is contained in:
Shailesh Kumar 2021-09-02 16:04:24 +05:30 committed by GitHub
parent 5a90b321b0
commit ebba650050
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,11 +5,11 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
-uses: actions/checkout@v2
-uses: action/setup-node@v2
with:
nod-version: 14
-name: install deps
run: npm ci
-name: run tests
run: npm test
- uses: actions/checkout@v2
- uses: action/setup-node@v2
with:
nod-version: 14
- name: install deps
run: npm ci
- name: run tests
run: npm test