We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c81a368 commit dbe9869Copy full SHA for dbe9869
.github/workflows/tests.yml
@@ -17,7 +17,7 @@ jobs:
17
with:
18
node-version: '15'
19
- name: Install npm dependencies
20
- run: npm ci
+ run: npm i
21
- name: Run docker-compose
22
run: docker-compose up -d
23
- name: Run tests
0 commit comments