We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9d92dc commit 8376dcfCopy full SHA for 8376dcf
.github/workflows/test.yml
@@ -21,7 +21,7 @@ jobs:
21
run: |
22
npm install
23
npm run build
24
- npm run test:coverage
+ npm run test:only
25
- name: Switch to Node.js ${{ matrix.node-version }}
26
uses: actions/setup-node@v1
27
with:
0 commit comments