Skip to content

Commit f8e047c

Browse files
committed
check this out
1 parent 84e1007 commit f8e047c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,16 @@ jobs:
66
unit-test:
77
runs-on: ubuntu-latest
88
steps:
9+
- name: Checkout
10+
uses: actions/checkout@v1
911
- name: Install
10-
run: npm install
12+
run: npm ci
1113
- name: Test
1214
run: npm test
1315
integration-test:
1416
runs-on: ubuntu-latest
1517
steps:
18+
- name: Checkout
19+
uses: actions/checkout@v1
1620
- name: Test
1721
run: tests/test.sh

0 commit comments

Comments
 (0)