We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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/upload-artifact@v3.1.1
+ uses: actions/upload-artifact@v3.1.1 # https://github.com/actions/upload-artifact
36
with:
37
name: robotframework-reports
38
path: target/robotframework-reports/
0 commit comments