Skip to content

Commit

Permalink
trigger failure
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoluisam committed Aug 14, 2024
1 parent 7079171 commit b040ddb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/sonar-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,13 @@ jobs:
workflow: relayer.yml
workflow_conclusion: ""
name_is_regexp: true
name: go-unit-tests-results-${{ matrix.test-type.id }}
name: go-unit-tests-results # should fail to fetch
if_no_artifact_found: warn

- name: Download Golangci Relayer report
uses: dawidd6/action-download-artifact@bf251b5aa9c2f7eeb574a96ee720e24f801b7c11 # v6
with:
workflow: golangci-lint.yml
path: ./relayer/
workflow_conclusion: ""
name_is_regexp: true
name: golangci-lint-relayer-report
Expand All @@ -69,7 +68,6 @@ jobs:
uses: dawidd6/action-download-artifact@bf251b5aa9c2f7eeb574a96ee720e24f801b7c11 # v6
with:
workflow: golangci-lint.yml
path: ./integration-tests/
workflow_conclusion: ""
name_is_regexp: true
name: golangci-lint-integration-tests-report
Expand Down

0 comments on commit b040ddb

Please sign in to comment.