fix: correct deployment command in test.yaml to ensure proper directory navigation
This commit is contained in:
parent
b4b9cca357
commit
29404d88c9
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
@ -27,4 +27,4 @@ jobs:
|
|||||||
echo "Listing /opt/docker:"
|
echo "Listing /opt/docker:"
|
||||||
ls -l /opt
|
ls -l /opt
|
||||||
- name: Deploy to Test
|
- name: Deploy to Test
|
||||||
run: cd /opt/docker
|
run: exit && cd /opt/docker
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user