Skip to content

Commit

Permalink
we only need 1 each archive (#1284)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbradellis authored May 24, 2023
1 parent 98da555 commit 7ee30b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/GHA-Scala-Functional-Tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
fail_ci_if_error: false #default is false, but being explicit about what to expect.

- name: Capture Jacoco reports
if: success()
if: matrix.java-version == '11'
uses: actions/upload-artifact@v3
with:
name: jacoco-reports-java-${{ matrix.java-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/GHA-Unit-Tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
fail_ci_if_error: false #default is false, but being explicit about what to expect.

- name: Capture Jacoco reports
if: success()
if: matrix.java-version == '17'
uses: actions/upload-artifact@v3
with:
name: jacoco-reports-java-${{ matrix.java-version }}
Expand Down

0 comments on commit 7ee30b5

Please sign in to comment.