Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Jul 22, 2024
1 parent 23695a3 commit b505216
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-build-test-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ jobs:
- name: Run pytest for Chrome
run: pytest --driver Chrome tests_integration/
env:
QE_IMAGE: ${{ env.IMAGE }}@${{ steps.build-upload.outputs.digest }}
# QE_IMAGE: ${{ env.IMAGE }}@${{ steps.build-upload.outputs.digest }}
QE_IMAGE: ghcr.io/aiidalab/qe:pr-780

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

0 comments on commit b505216

Please sign in to comment.