Skip to content

Commit

Permalink
Trying docker compose (no hyphen) in achilles ci
Browse files Browse the repository at this point in the history
  • Loading branch information
alondhe committed Jan 4, 2024
1 parent 29ae568 commit ca19fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/achilles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Write Github PAT secret file
run: echo ${{ secrets.GH_TOKEN }} > ./secrets/github_pat
- name: Build and run achilles container
run: docker-compose --env-file .env --profile achilles up -d
run: docker compose --env-file .env --profile achilles up -d
- name: Use busybox container to grab log file and verify no errors
run: |
sleep 30
Expand Down

0 comments on commit ca19fa9

Please sign in to comment.