Skip to content

Commit

Permalink
Update suite-regression-api-dms-on.yml
Browse files Browse the repository at this point in the history
AntonShopin committed Jan 3, 2025
1 parent 0674c41 commit 4c9edc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/suite-regression-api-dms-on.yml
Original file line number Diff line number Diff line change
@@ -74,7 +74,7 @@ jobs:
cd robotframework-tests
rebot -d results --merge results/output.xml results/rerun/rerun.xml
- name: Upload artifacts
if: always()
if: failure()
run: |
AWS_DEFAULT_REGION=${{env.ROBOT_TESTS_ARTIFACTS_BUCKET_REGION}} AWS_ACCESS_KEY_ID=${{ secrets.ROBOT_TESTS_ARTIFACTS_KEY }} AWS_SECRET_ACCESS_KEY=${{ secrets.ROBOT_TESTS_ARTIFACTS_SECRET }} aws s3 cp robotframework-tests/results s3://${{vars.ROBOT_TESTS_ARTIFACTS_BUCKET}}/night-robot-api-ci/suite_regression-dms-on/${GITHUB_RUN_ID}/PHP8.3MariaDBRobotAPI/ \
--recursive \

0 comments on commit 4c9edc1

Please sign in to comment.