Update ci.yaml

This commit is contained in:
Garrone Joseph 2021-02-27 00:34:12 +01:00 committed by GitHub
parent 2129aa79e8
commit 64ea3a3756
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,6 @@ jobs:
- run: npm ci
- name: Making sure 'npm run lint' and 'npm run format' does not changes anything.
run: |
sleep 15
npm run lint:check
npm run format:check
test_node: