diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 7a0a133..e12e2b7 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -27,4 +27,4 @@ jobs: echo "Listing /opt/docker:" ls -l /opt - name: Deploy to Test - run: cd /opt/docker + run: exit && cd /opt/docker