Skip to content

Commit 6d1fd0c

Browse files
committed
Save report
1 parent b7990ce commit 6d1fd0c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,9 @@ jobs:
1818

1919
- name: Build and test
2020
run: mvn clean verify -Dcucumber.filter.tags="@smoke"
21+
22+
- name: Archive test reports
23+
uses: actions/upload-artifact@v4
24+
with:
25+
name: serenity-reports
26+
path: target/site/serenity

0 commit comments

Comments
 (0)