Skip to content

Commit aa2084c

Browse files
committed
Update framework v2.6.0
1 parent 04a327c commit aa2084c

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

.github/workflows/maven.yml

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,24 @@ jobs:
2525
distribution: 'corretto'
2626
java-version: '17'
2727
cache: maven
28-
- name: Build with Maven
28+
- name: Run test with Maven
2929
run: mvn clean test allure:report --file pom.xml
30+
3031
- name: Upload Extent Report
3132
if: always()
3233
uses: actions/upload-artifact@v4
3334
with:
34-
name: test-report
35+
name: extent-report
3536
path: exports/ExtentReports/ExtentReports.html
3637

37-
- name: Upload test videos
38+
- name: Upload Allure Report
39+
if: always()
40+
uses: actions/upload-artifact@v4
41+
with:
42+
name: allure-report
43+
path: target/site/allure-maven-plugin/
44+
45+
- name: Upload videos for tests
3846
if: always()
3947
uses: actions/upload-artifact@v4
4048
with:
@@ -46,10 +54,4 @@ jobs:
4654
uses: actions/upload-artifact@v4
4755
with:
4856
name: test-screenshots
49-
path: exports/ExportData/Images
50-
- name: Upload Allure Report
51-
if: always()
52-
uses: actions/upload-artifact@v4
53-
with:
54-
name: allure-report
55-
path: target/site/allure-maven-plugin/
57+
path: exports/ExportData/Images

0 commit comments

Comments
 (0)