File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 1- # This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time
2- # For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
3-
41name : Test For File Compare
52
63on :
118
129jobs :
1310 build :
14-
1511 runs-on : ubuntu-latest
1612
1713 steps :
2420 cache : maven
2521
2622 - name : Build & Run tests with Maven
27- run : mvn clean test -DsuiteXmlFile=testNGsuite/fileCompare.xml
23+ run : mvn clean test -DsuiteXmlFile=testNGsuite/fileCompare.xml
24+
25+ - name : Upload Test Result as Artifact
26+ uses : actions/upload-artifact@v3
27+ with :
28+ name : file-compare-result
29+ path : target/test-classes/results.xlsx
You can’t perform that action at this time.
0 commit comments