Skip to content

Commit

Permalink
Set working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
vladbochok committed May 7, 2024
1 parent b763fed commit e186f24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/l1-contracts-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ jobs:
# not as useful, and this action cannot fail CI based on a minimum coverage threshold, which
# is why we use both in this way.
- name: Post coverage report
working-directory: l1-contracts
if: github.event_name == 'pull_request' # This action fails when ran outside of a pull request.
uses: romeovs/[email protected]
with:
Expand All @@ -210,5 +211,5 @@ jobs:
- name: Verify minimum coverage
uses: zgosalvez/github-actions-report-lcov@v2
with:
coverage-files: ./l1-contracts/lcov.info
coverage-files: ./lcov.info
minimum-coverage: 80 # Set coverage threshold.

0 comments on commit e186f24

Please sign in to comment.