Skip to content

Commit

Permalink
[TEST] Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-j-h committed Jun 11, 2024
1 parent 361cd42 commit 6e50bac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,9 @@ jobs:
echo "::set-output name=dockerEnvFile::$docker_env_file"
- name: 'Run acceptance tests'
run: |
echo ${{ steps.setup.outputs.dockerEnvFile }}
cat ${{ steps.setup.outputs.dockerEnvFile }}
echo "docker run..."
docker run --rm \
--network host \
-v /var/run/docker.sock:/var/run/docker.sock \
Expand All @@ -161,6 +163,7 @@ jobs:
-Dauto.outputDir=${{ steps.setup.outputs.outputDir }} \
-Dtags="${{ matrix.tag }}"
- name: 'Debug'
if: always()
run: |
docker images
docker ps -a

0 comments on commit 6e50bac

Please sign in to comment.