Skip to content

Commit

Permalink
docker-compose is now docker compose on GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
skaes committed Aug 8, 2024
1 parent 829b876 commit a42dc34
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 @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4

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

- name: Set up Ruby ${{ matrix.ruby-version }}
uses: ruby/setup-ruby@v1
Expand All @@ -43,4 +43,4 @@ jobs:

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

0 comments on commit a42dc34

Please sign in to comment.