Skip to content

Commit e5e5f7b

Browse files
authored
Merge pull request #105 from Rakshithb1/master
[DSD-5590] Updated browserstack-web.yml
2 parents 46fd8fa + 248e8a1 commit e5e5f7b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/browserstack-web.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,10 @@
2424
run: |
2525
cd inji-web-test
2626
mvn clean test -DtestngXmlFile="TestNg.xml"
27+
28+
- name: Save test reports
29+
uses: actions/upload-artifact@v3
30+
if: success() || failure()
31+
with:
32+
name: test-reports
33+
path: inji-web-test/test-output

0 commit comments

Comments
 (0)