We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cb31ee commit cc58a4bCopy full SHA for cc58a4b
1 file changed
.github/workflows/ci.yml
@@ -25,10 +25,6 @@ jobs:
25
node-version: ${{ matrix.node_version }}
26
- run: npm ci
27
- run: npm test
28
- - uses: coverallsapp/github-action@v1.0.1
29
- with:
30
- github-token: ${{ secrets.github_token }}
31
-
32
33
publish-npm:
34
if: ${{ github.event_name == 'push' }}
0 commit comments