Skip to content

Commit 7d1cf9a

Browse files
committed
ci: save RobotFramework report when integration tests fail
Part of #1154
1 parent 8a88092 commit 7d1cf9a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/integration-tests.yml

+6
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,9 @@ jobs:
2222
cache: 'maven' # https://github.com/actions/setup-java#caching-packages-dependencies
2323
- name: Run integration tests
2424
run: ./src/main/scripts/execute-command.sh integration-tests
25+
- name: Save RobotFramework reports
26+
if: ${{ failure() }}
27+
uses: actions/[email protected]
28+
with:
29+
name: robotframework-reports
30+
path: target/robotframework-reports/

0 commit comments

Comments
 (0)