Skip to content

Commit 48658ec

Browse files
committed
Final commit for test workflow
1 parent 28a6ac8 commit 48658ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,7 @@ jobs:
1212
uses: actions/setup-node@v1
1313
with:
1414
node-version: 16.0
15+
- name: Install dependencies
16+
run: npm install
1517
- name: Test
1618
run: npm test -- --watch=false --browsers=ChromeHeadless

0 commit comments

Comments
 (0)