Skip to content

Commit

Permalink
Print docker image info during testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jabrah committed Feb 1, 2024
1 parent f082bbf commit 6e02d37
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/actions/acceptance-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ runs:
working-directory: pass-docker
run: docker compose -f docker-compose.yml -f eclipse-pass.local.yml up -d --no-build --quiet-pull --pull ${{ inputs.pullimages }}

- name: Print Docker images
shell: bash
working-directory: pass-docker
run: docker images

- name: Run acceptance tests
shell: bash
working-directory: pass-acceptance-testing
Expand Down

0 comments on commit 6e02d37

Please sign in to comment.