Skip to content

Commit

Permalink
ci: use "docker compose"
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 16, 2024
1 parent 6b0011b commit b05f55b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ jobs:
restore-keys: ${{ matrix.distribution }}-
- name: Build Docker image
run: |
docker-compose build ${{ matrix.distribution }}
docker compose build ${{ matrix.distribution }}
- name: Run
run: |
docker-compose run --rm ${{ matrix.distribution }}
docker compose run --rm ${{ matrix.distribution }}
native:
name: ${{ matrix.ruby-version }} on ${{ matrix.runs-on }}
Expand Down

0 comments on commit b05f55b

Please sign in to comment.