chore: modify test.yaml to list contents of /opt instead of /opt/docker for better visibility
This commit is contained in:
parent
3982d1961f
commit
b4b9cca357
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
@ -25,6 +25,6 @@ jobs:
|
|||||||
pwd
|
pwd
|
||||||
lscpu
|
lscpu
|
||||||
echo "Listing /opt/docker:"
|
echo "Listing /opt/docker:"
|
||||||
ls -l /opt/docker
|
ls -l /opt
|
||||||
- name: Deploy to Test
|
- name: Deploy to Test
|
||||||
run: cd /opt/docker
|
run: cd /opt/docker
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user