Skip to content

Commit 3f3a028

Browse files
test - set archive junit results as always
1 parent bba12f0 commit 3f3a028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-hibernate-orm-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: |
4646
./gradlew --no-parallel --no-daemon test-hibernate-only
4747
- name: 'Archive junit results'
48-
if: ${{steps.changed-files.outputs.ONLY_DOCS && steps.changed-files.outputs.ONLY_DOCS == 'false'}}
48+
if: ${{ always() }}
4949
uses: actions/upload-artifact@v4
5050
with:
5151
name: junit-report

0 commit comments

Comments
 (0)