Skip to content

Commit

Permalink
reversed compose change
Browse files Browse the repository at this point in the history
  • Loading branch information
elraphty committed Aug 29, 2024
1 parent 4dc714a commit c33efc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prjob_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
max_attempts: 3
working-directory: ./stack
command: |
GITACTION_ENV=gitactionenv docker compose -f ./alts/v2.yml --project-directory . up -d;
GITACTION_ENV=gitactionenv docker compose -f ./stack/alts/v2.yml --project-directory . up -d;
sleep 240;
docker ps
docker logs alice.sphinx
Expand Down

0 comments on commit c33efc9

Please sign in to comment.