Skip to content

Commit d80f028

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent bbae164 commit d80f028

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/docker-build-test-upload.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,14 @@ jobs:
7777

7878
- name: Set jupyter token env
7979
run: echo "JUPYTER_TOKEN=$(openssl rand -hex 32)" >> $GITHUB_ENV
80-
80+
8181
- name: Run pytest to test image is working
8282
run: pytest tests_integration/test_image.py
83-
83+
8484
- name: Run pytest for Chrome
8585
run: pytest --driver Chrome tests_integration/test_app.py
86-
env:
87-
QE_IMAGE=${{ env.IMAGE }}@${{ steps.build-upload.outputs.digest }}
88-
86+
env: QE_IMAGE=${{ env.IMAGE }}@${{ steps.build-upload.outputs.digest }}
87+
8988
- name: Upload screenshots as artifacts
9089
uses: actions/upload-artifact@v4
9190
with:

0 commit comments

Comments
 (0)