Skip to content

Commit

Permalink
Add code codeverage action
Browse files Browse the repository at this point in the history
  • Loading branch information
iansuvak committed Oct 2, 2024
1 parent f41603d commit 13b2b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
code_coverage:
name: "Code coverage Report"
if: github.event_name == 'pull_request' # Do not run when workflow is triggered by push to main branch
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: test_relayer # Depends on the artifact uploaded by the test_relayer job
permissions:
contents: read
Expand Down

0 comments on commit 13b2b5b

Please sign in to comment.