Skip to content

Commit 795597f

Browse files
authored
Adds all steps to test job
1 parent 5ff4d48 commit 795597f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,12 @@ jobs:
1515
needs: prepare
1616
runs-on: ubuntu-latest
1717
steps:
18+
- uses: actions/checkout@v2
19+
- uses: actions/setup-node@v2
20+
with:
21+
node-version: "15"
22+
check-latest: true
23+
- name: Install modules
24+
run: npm i
1825
- name: Run tests
1926
run: npm run test

0 commit comments

Comments
 (0)