Skip to content

Commit

Permalink
Fix integration tests on forks
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Jul 23, 2024
1 parent 1151687 commit 81737e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-test-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Run pytest for Chrome
run: pytest -sv --driver Chrome tests_integration/
env:
QE_IMAGE: ${{ env.IMAGE }}@${{ steps.build-upload.outputs.digest }}
QE_IMAGE: ${{ steps.meta.outputs.tags }}

- name: Upload screenshots as artifacts
if: always()
Expand Down

0 comments on commit 81737e8

Please sign in to comment.