We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a88092 commit 7d1cf9aCopy full SHA for 7d1cf9a
.github/workflows/integration-tests.yml
@@ -22,3 +22,9 @@ jobs:
22
cache: 'maven' # https://github.com/actions/setup-java#caching-packages-dependencies
23
- name: Run integration tests
24
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