Skip to content

Commit 3bc0fbb

Browse files
committed
debug container test
Signed-off-by: Robert Waffen <[email protected]>
1 parent 6e7d9a7 commit 3bc0fbb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ jobs:
115115

116116
- name: Test container
117117
run: |
118+
ls -la
119+
chown -R 1001:1001 .
118120
docker run --rm -v $(pwd):/repo ci/voxbox-${{ matrix.rubygem_puppet }}:${{ github.sha }} -f /Rakefile -T
119121
docker run --rm -v $(pwd):/repo ci/voxbox-${{ matrix.rubygem_puppet }}:${{ github.sha }} -f /Rakefile lint
120122
docker run --rm -v $(pwd):/repo ci/voxbox-${{ matrix.rubygem_puppet }}:${{ github.sha }} -f /Rakefile metadata_lint

0 commit comments

Comments
 (0)