Skip to content

Commit

Permalink
Merge pull request #2321 from zowe/ci/fix-sonar-workflow
Browse files Browse the repository at this point in the history
Fix coverage artifact name in Sonar workflow
  • Loading branch information
t1m0thyj authored Oct 25, 2024
2 parents 027d9cc + 532e2f3 commit 2a4f467
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
- name: Configure Sonar Scan
uses: zowe-actions/octorelease/script@v1
env:
COVERAGE_ARTIFACT: "ubuntu-latest-18.x-results:__tests__/__results__"
COVERAGE_ARTIFACT: "ubuntu-22.04-20.x-results:__tests__/__results__"
# COVERAGE_ARTIFACT: "ubuntu-latest-20.x-results:__tests__/__results__"
with:
script: sonarConfig

Expand Down

0 comments on commit 2a4f467

Please sign in to comment.