chore: add debug steps to test.yaml for improved troubleshooting
This commit is contained in:
parent
d37219bb6c
commit
b1ed9c687b
6
.github/workflows/test.yaml
vendored
6
.github/workflows/test.yaml
vendored
@ -19,5 +19,11 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build
|
needs: build
|
||||||
steps:
|
steps:
|
||||||
|
- name: Debug directory
|
||||||
|
run: |
|
||||||
|
echo "Current directory:"
|
||||||
|
pwd
|
||||||
|
echo "Listing /opt/docker:"
|
||||||
|
ls -l /opt/docker
|
||||||
- name: Deploy to Test
|
- name: Deploy to Test
|
||||||
run: cd /opt/docker
|
run: cd /opt/docker
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user