We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
archive junit results
1 parent bba12f0 commit 3f3a028Copy full SHA for 3f3a028
.github/workflows/run-hibernate-orm-tests.yml
@@ -45,7 +45,7 @@ jobs:
45
run: |
46
./gradlew --no-parallel --no-daemon test-hibernate-only
47
- name: 'Archive junit results'
48
- if: ${{steps.changed-files.outputs.ONLY_DOCS && steps.changed-files.outputs.ONLY_DOCS == 'false'}}
+ if: ${{ always() }}
49
uses: actions/upload-artifact@v4
50
with:
51
name: junit-report
0 commit comments