Skip to content

Commit 5dd9796

Browse files
authored
Update main.yml
1 parent e5303ce commit 5dd9796

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,6 @@ jobs:
2727

2828
# Runs a single command using the runners shell
2929
- name: Run a one-line script
30-
run: npm test
30+
run: |
31+
npm ci
32+
npm test

0 commit comments

Comments
 (0)