Skip to content

Commit

Permalink
Docker Compose v1 was removed from GHA runner images on July 29th (#1261
Browse files Browse the repository at this point in the history
  • Loading branch information
toqueteos authored Aug 7, 2024
1 parent d1110a1 commit d45e503
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
uses: actions/checkout@v3

- name: Run tests
run: docker-compose -f ./docker-compose-tests.yml up --build --abort-on-container-exit
run: docker compose -f ./docker-compose-tests.yml up --build --abort-on-container-exit

- name: Cleanup
if: always()
run: docker-compose -f ./docker-compose-tests.yml down -v
run: docker compose -f ./docker-compose-tests.yml down -v

0 comments on commit d45e503

Please sign in to comment.