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 bbae164 commit d80f028Copy full SHA for d80f028
.github/workflows/docker-build-test-upload.yml
@@ -77,15 +77,14 @@ jobs:
77
78
- name: Set jupyter token env
79
run: echo "JUPYTER_TOKEN=$(openssl rand -hex 32)" >> $GITHUB_ENV
80
-
+
81
- name: Run pytest to test image is working
82
run: pytest tests_integration/test_image.py
83
84
- name: Run pytest for Chrome
85
run: pytest --driver Chrome tests_integration/test_app.py
86
- env:
87
- QE_IMAGE=${{ env.IMAGE }}@${{ steps.build-upload.outputs.digest }}
88
+ env: QE_IMAGE=${{ env.IMAGE }}@${{ steps.build-upload.outputs.digest }}
89
- name: Upload screenshots as artifacts
90
uses: actions/upload-artifact@v4
91
with:
0 commit comments