Skip to content

Commit

Permalink
Docker compose instead of docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
brianbolt committed Sep 18, 2024
1 parent 5d8b6a0 commit ec54cc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ jobs:
repository: mcneilco/acas
path: acas
ref: ${{ env.ACAS_REF }}
- name: Run docker-compose up - assumes racas-oss:${{ env.ACAS_TAG }} and acas-roo-server-oss:${{ env.ACAS_TAG }}-indigo exist and are up to date
- name: Run docker compose up - assumes racas-oss:${{ env.ACAS_TAG }} and acas-roo-server-oss:${{ env.ACAS_TAG }}-indigo exist and are up to date
id: dockerComposeUp
working-directory: acas
run: |
docker-compose -f "docker-compose.yml" up -d
docker compose -f "docker-compose.yml" up -d
- name: Wait for startup then create docker bob
run: bash docker_bob_setup.sh
working-directory: acas
Expand Down

0 comments on commit ec54cc8

Please sign in to comment.