Skip to content

Commit

Permalink
ci: add condition for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
cedoor committed Nov 29, 2023
1 parent fef0857 commit 6098513
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ jobs:
run: yarn test:${{ matrix.type }}

- name: Coveralls
if: matrix.type != 'circuits'
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 6098513

Please sign in to comment.