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 bfb0593 commit 3eaf61aCopy full SHA for 3eaf61a
.github/workflows/testing.yml
@@ -26,6 +26,6 @@ jobs:
26
node-version: ${{ matrix.node-version }}
27
- run: npm install
28
- run: npm run build --if-present
29
- - run: npm run test-coverage
+ - run: npm run test
30
env:
31
CI: true
0 commit comments