File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313
1414 steps :
15- - name : Checkout code
15+ - name : Checkout Code
1616 uses : actions/checkout@v3
1717
1818 - name : Set up JDK 17
2121 distribution : ' temurin'
2222 java-version : ' 17'
2323
24- - name : Cache Maven dependencies
24+ - name : Cache Maven Dependencies
2525 uses : actions/cache@v3
2626 with :
2727 path : ~/.m2/repository
@@ -34,16 +34,16 @@ jobs:
3434
3535 - name : Upload JUnit Test Results
3636 if : always()
37- uses : actions/upload-artifact@v3
37+ uses : actions/upload-artifact@v2
3838 with :
3939 name : junit-xml-reports
4040 path : |
4141 **/target/surefire-reports/*.xml
4242 **/target/failsafe-reports/TEST-*.xml
4343
44- - name : Upload HTML Reports
44+ - name : Upload HTML Test Reports
4545 if : always()
46- uses : actions/upload-artifact@v3
46+ uses : actions/upload-artifact@v2
4747 with :
4848 name : html-test-reports
4949 path : |
You can’t perform that action at this time.
0 commit comments