Skip to content

Commit

Permalink
update workflow to use 'docker compose'
Browse files Browse the repository at this point in the history
  • Loading branch information
woodser committed Aug 7, 2024
1 parent f82db2d commit 9008f7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: sudo killall mono

- name: Start containers
run: docker-compose -f "./docker/docker-compose.yml" up -d --build
run: docker compose -f "./docker/docker-compose.yml" up -d --build

- name: Install node
uses: actions/setup-node@v4
Expand Down Expand Up @@ -64,4 +64,4 @@ jobs:

- name: Stop containers
if: always()
run: docker-compose -f "./docker/docker-compose.yml" down
run: docker compose -f "./docker/docker-compose.yml" down

0 comments on commit 9008f7e

Please sign in to comment.