Skip to content

Commit

Permalink
Fixed naming
Browse files Browse the repository at this point in the history
  • Loading branch information
smickovskid committed Sep 11, 2023
1 parent 86b32c7 commit 3942483
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
with:
name: golangci-lint-report
path: golangci-lint-report.xml
path: ./golangci-lint-report.xml
2 changes: 1 addition & 1 deletion .github/workflows/relay.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
if: always()
uses: actions/upload-artifact@v3
with:
name: go-test-results
name: go-relay-test-results
path: |
./output.txt
./coverage.txt
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/sonar-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,19 +55,19 @@ jobs:
- name: Download Golangci unit tests reports
uses: dawidd6/[email protected]
with:
workflow: relay.yml
workflow: golangci-lint.yml
workflow_conclusion: ""
name_is_regexp: true
name: go-test-results
name: golangci-lint-report
if_no_artifact_found: warn

- name: Download Golangci Relayer report
uses: dawidd6/[email protected]
with:
workflow: golangci-lint.yml
workflow: relay.yml
workflow_conclusion: ""
name_is_regexp: true
name: golangci-lint-report
name: go-relay-test-results
if_no_artifact_found: warn

- name: Set SonarQube Report Paths
Expand Down

0 comments on commit 3942483

Please sign in to comment.