Skip to content

Commit

Permalink
build: archive correct artifacts for all modules
Browse files Browse the repository at this point in the history
  • Loading branch information
npepinpe committed May 27, 2022
1 parent c7a6f5d commit 2e7451d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
if: always()
with:
name: test-results
path: target/surefire-reports/
retention-days: 7
path: "**/target/surefire-reports/**"
retention-days: 3
# No need to set up the JDK 17 here as we're only building the core module
core-local:
name: Test (Local) - core
Expand Down Expand Up @@ -72,8 +72,8 @@ jobs:
if: always()
with:
name: test-results
path: target/surefire-reports/
retention-days: 7
path: "**/target/surefire-reports/**"
retention-days: 3
exporter:
name: Test (Local) - exporter
runs-on: ubuntu-latest
Expand All @@ -96,5 +96,5 @@ jobs:
if: always()
with:
name: test-results
path: target/surefire-reports/
retention-days: 7
path: "**/target/surefire-reports/**"
retention-days: 3

0 comments on commit 2e7451d

Please sign in to comment.