Skip to content

Commit

Permalink
test - set archive junit results as always
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronchung-bitquill committed Feb 15, 2024
1 parent bba12f0 commit 3f3a028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-hibernate-orm-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: |
./gradlew --no-parallel --no-daemon test-hibernate-only
- name: 'Archive junit results'
if: ${{steps.changed-files.outputs.ONLY_DOCS && steps.changed-files.outputs.ONLY_DOCS == 'false'}}
if: ${{ always() }}
uses: actions/upload-artifact@v4
with:
name: junit-report
Expand Down

0 comments on commit 3f3a028

Please sign in to comment.