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 1b01191 commit 862087bCopy full SHA for 862087b
.github/workflows/ci.yml
@@ -29,10 +29,10 @@ jobs:
29
name: Install dependencies
30
- run: yarn ci
31
name: Run integration tests
32
- - uses: coverallsapp/github-action@832e70b
33
- name: Report code coverage
34
- with:
35
- github-token: ${{ secrets.GITHUB_TOKEN }}
+ # - uses: coverallsapp/github-action@832e70b
+ # name: Report code coverage
+ # with:
+ # github-token: ${{ secrets.GITHUB_TOKEN }}
36
- uses: 8398a7/action-slack@78391c2
37
name: Notify on Slack
38
if: always() # Pick up events even if the job fails or is canceled.
0 commit comments