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 28a6ac8 commit 48658ecCopy full SHA for 48658ec
.github/workflows/tests.yml
@@ -12,5 +12,7 @@ jobs:
12
uses: actions/setup-node@v1
13
with:
14
node-version: 16.0
15
+ - name: Install dependencies
16
+ run: npm install
17
- name: Test
18
run: npm test -- --watch=false --browsers=ChromeHeadless
0 commit comments