Skip to content

Commit

Permalink
Update test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrlos authored Nov 25, 2023
1 parent 0126c5e commit 73af3ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ jobs:
- name: Pack results
if: ${{ always() }}
run: |
echo "$WORKSPACE"
tar -cf "results-jdk${{ matrix.jdkver || env.jdkver_latest }}.tar.gz" "$WORKSPACE/testHeadlessComponent.log" "$WORKSPACE/testHeadlessComponent.jtr.xml"
- name: Upload results
if: ${{ always() }}
Expand Down Expand Up @@ -178,6 +179,7 @@ jobs:
- name: Pack results
if: ${{ always() }}
run: |
echo "$WORKSPACE"
tar -cf "results-jdk${{ matrix.jdkver || env.jdkver_latest }}.tar.gz" "$WORKSPACE/testHeadlessComponent.log" "$WORKSPACE/testHeadlessComponent.jtr.xml"
- name: Upload results
if: ${{ always() }}
Expand Down

0 comments on commit 73af3ba

Please sign in to comment.