File tree Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Original file line number Diff line number Diff 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 :
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
You can’t perform that action at this time.
0 commit comments