Skip to content

Commit

Permalink
DEBUG: docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Jul 19, 2024
1 parent cc15533 commit df7e6c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-build-test-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ jobs:
- name: Set jupyter token env
run: echo "JUPYTER_TOKEN=$(openssl rand -hex 32)" >> $GITHUB_ENV

- name: DEBUG docker images
run: docker images

- name: Run pytest for Chrome
run: pytest --driver Chrome tests_integration/
env:
Expand Down

0 comments on commit df7e6c3

Please sign in to comment.