Skip to content

Commit

Permalink
changed to --project-directory
Browse files Browse the repository at this point in the history
  • Loading branch information
elraphty committed Aug 29, 2024
1 parent da592e9 commit dbe2346
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 @@ -34,7 +34,7 @@ jobs:
timeout_minutes: 10
max_attempts: 3
command: |
GITACTION_ENV=gitactionenv docker compose -f ./stack/alts/v2.yml --project-dir ./stack up -d;
GITACTION_ENV=gitactionenv docker compose -f ./stack/alts/v2.yml --project-directory ./stack up -d;
sleep 240;
docker ps
docker logs alice.sphinx
Expand Down

0 comments on commit dbe2346

Please sign in to comment.