Skip to content

Commit

Permalink
ci: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
sripwoud committed Jul 10, 2024
1 parent 757df91 commit 08529b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@ jobs:

- run: forge coverage

- run: |
echo ${{ github_event_name }}
echo ${{ github.ref }}
- if: github.event_name == 'push' && github.ref == 'refs/pull/32/merge' # TODO: switch back to refs/heads/main
name: Coveralls
uses: coverallsapp/github-action@v2
Expand Down

0 comments on commit 08529b4

Please sign in to comment.