Skip to content

Commit e05bb47

Browse files
committed
debug
1 parent 611eda5 commit e05bb47

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/quality-checks.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ jobs:
6464
workspace_folder: ${{ github.workspace }}
6565
image: ghcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
6666
run: |
67+
echo "current dir is $(pwd)"
68+
echo "current user is $(whoami)"
69+
echo "listing current dir contents"
70+
ls -la
6771
make install
6872
6973
- name: Check language tools used and setup trivy config

0 commit comments

Comments
 (0)