Skip to content

Commit d7b8ec1

Browse files
committed
Add debugging help to workflow
1 parent 361cd42 commit d7b8ec1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pr.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,9 @@ jobs:
150150
echo "::set-output name=dockerEnvFile::$docker_env_file"
151151
- name: 'Run acceptance tests'
152152
run: |
153+
echo ${{ steps.setup.outputs.dockerEnvFile }}
153154
cat ${{ steps.setup.outputs.dockerEnvFile }}
155+
echo "docker run..."
154156
docker run --rm \
155157
--network host \
156158
-v /var/run/docker.sock:/var/run/docker.sock \
@@ -161,6 +163,7 @@ jobs:
161163
-Dauto.outputDir=${{ steps.setup.outputs.outputDir }} \
162164
-Dtags="${{ matrix.tag }}"
163165
- name: 'Debug'
166+
if: always()
164167
run: |
165168
docker images
166169
docker ps -a

0 commit comments

Comments
 (0)