From 2cdf7d371dfc3d790356443aff430fa8ce9e2af9 Mon Sep 17 00:00:00 2001 From: Ziheng Sun Date: Thu, 30 Jan 2025 15:11:32 -0500 Subject: [PATCH] Update commit_workflow.yml --- .github/workflows/commit_workflow.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/commit_workflow.yml b/.github/workflows/commit_workflow.yml index adfc32ea..007d039c 100644 --- a/.github/workflows/commit_workflow.yml +++ b/.github/workflows/commit_workflow.yml @@ -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: @@ -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: @@ -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