Skip to content

Commit

Permalink
Update commit_workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ZihengSun committed Jan 30, 2025
1 parent 18d6253 commit 2cdf7d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/commit_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Save Geoweaver JaCoCo HTML Report
uses: actions/upload-artifact@v4
with:
name: geoweaver-jacoco-coverage-report-${{ github.run_id }}-${{ github.run_attempt }}
name: geoweaver-jacoco-coverage-report-tests-${{ github.run_id }}-${{ github.run_attempt }}
path: target/site/jacoco

test-mysql:
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
- name: Save Geoweaver JaCoCo HTML Report
uses: actions/upload-artifact@v4
with:
name: geoweaver-jacoco-coverage-report-${{ github.run_id }}-${{ github.run_attempt }}
name: geoweaver-jacoco-coverage-report-mysql-${{ github.run_id }}-${{ github.run_attempt }}
path: target/site/jacoco

test-postgresql:
Expand Down Expand Up @@ -138,5 +138,5 @@ jobs:
- name: Save Geoweaver JaCoCo HTML Report
uses: actions/upload-artifact@v4
with:
name: geoweaver-jacoco-coverage-report-${{ github.run_id }}-${{ github.run_attempt }}
name: geoweaver-jacoco-coverage-postgresql-report-${{ github.run_id }}-${{ github.run_attempt }}
path: target/site/jacoco

0 comments on commit 2cdf7d3

Please sign in to comment.