Skip to content

Commit

Permalink
force run integration tests on linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaidashenko committed Nov 12, 2024
1 parent 9eaef36 commit 61f5878
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ jobs:
only-new-issues: false # disabled for PRs due to unreliability
args: --out-format colored-line-number,checkstyle:golangci-lint-report.xml
working-directory: ${{ matrix.project.path }}
continue-on-error: true

build-chainlink:
environment: integration
Expand Down

0 comments on commit 61f5878

Please sign in to comment.