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 4fbad0d commit 4418dd5Copy full SHA for 4418dd5
.github/workflows/tests.yml
@@ -30,5 +30,5 @@ jobs:
30
cache: npm
31
- name: "Install dependencies"
32
run: npm ci
33
- - name: "Run Jest tests"
+ - name: "Run tests"
34
run: npm test
0 commit comments