We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcb9402 commit c919bfcCopy full SHA for c919bfc
.github/workflows/integration-tests.yml
@@ -32,7 +32,7 @@ jobs:
32
run: ./src/main/scripts/execute-command.sh integration-tests
33
- name: Save RobotFramework reports
34
if: ${{ failure() }}
35
- uses: actions/[email protected]
+ uses: actions/[email protected] # https://github.com/actions/upload-artifact
36
with:
37
name: robotframework-reports
38
path: target/robotframework-reports/
0 commit comments