We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5303ce commit 5dd9796Copy full SHA for 5dd9796
main.yml
@@ -27,4 +27,6 @@ jobs:
27
28
# Runs a single command using the runners shell
29
- name: Run a one-line script
30
- run: npm test
+ run: |
31
+ npm ci
32
+ npm test
0 commit comments