We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35e81df commit 132b79aCopy full SHA for 132b79a
.github/workflows/ci.yml
@@ -75,5 +75,5 @@ jobs:
75
path: node_modules
76
key: ${{ runner.os }}-node_modules-${{ hashFiles('**/package-lock.json') }}
77
78
- - name: unit tests
+ - name: Unit tests
79
run: npm run ci:test
0 commit comments