File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ jobs:
1313 steps :
1414 - name : checkout
1515 uses : actions/checkout@v4
16- - name : setup java
16+ - name : setup java
1717 uses : actions/setup-java@v4
1818 with :
1919 distribution : ' temurin'
2020 java-version : |
21- 21
22- 17
21+ 21
22+ 17
2323 - name : savant setup
2424 run : |
2525 curl -O https://repository.savantbuild.org/org/savantbuild/savant-core/2.0.0/savant-2.0.0.tar.gz
4848 - name : run tests/integrate
4949 run : |
5050 sb clean int
51- - name : publish test report
52- # v4
53- uses : mikepenz/action-junit-report@db71d41eb79864e25ab0337e395c352e84523afe
54- if : success() || failure() # always run even if the previous step fails
55- with :
56- report_paths : ' build/test-reports/junitreports/**/*.xml'
5751 - name : capture reports
5852 uses : actions/upload-artifact@v4
5953 if : success() || failure() # always run even if the previous step fails
You can’t perform that action at this time.
0 commit comments