File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -33,22 +33,26 @@ jobs:
33
33
DEVELOCITY_BUILD_CACHE_NODE_KEY : ${{ secrets.DEVELOCITY_BUILD_CACHE_NODE_KEY }}
34
34
run : ./gradlew check
35
35
- name : " ☄️ Upload Base Tests Results - audit-test"
36
+ if : ${{ always() }}
36
37
uses : actions/upload-artifact@v4
37
38
with :
38
39
name : testreport-audit-test-${{ matrix.java }}
39
40
path : examples/audit-test/build/reports/tests
40
41
- name : " ☄️ Upload Base Tests Results - audit-test-allow-update-outside-transaction"
42
+ if : ${{ always() }}
41
43
uses : actions/upload-artifact@v4
42
44
with :
43
45
name : testreport-audit-test-allow-update-outside-transaction-${{ matrix.java }}
44
46
path : examples/audit-test-allow-update-outside-transaction/build/reports/tests
45
47
- name : " 🔨 Run audit-test Outside of Transaction Tests"
48
+ if : ${{ always() }}
46
49
env :
47
50
DEVELOCITY_ACCESS_KEY : ${{ secrets.DEVELOCITY_ACCESS_KEY }}
48
51
DEVELOCITY_BUILD_CACHE_NODE_USER : ${{ secrets.DEVELOCITY_BUILD_CACHE_NODE_USER }}
49
52
DEVELOCITY_BUILD_CACHE_NODE_KEY : ${{ secrets.DEVELOCITY_BUILD_CACHE_NODE_KEY }}
50
53
run : ./gradlew :examples:audit-test:check -Daudit-test.AuditTrail.datasource=DEFAULT
51
54
- name : " ☄️ Upload audit-test Outside of Transaction Tests Results"
55
+ if : ${{ always() }}
52
56
uses : actions/upload-artifact@v4
53
57
with :
54
58
name : testreport-audit-test-single-datasource-${{ matrix.java }}
You can’t perform that action at this time.
0 commit comments