Skip to content

Commit df5ea9e

Browse files
Update integration-test.yml
1 parent 1186579 commit df5ea9e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/integration-test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
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
@@ -21,7 +21,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)