Skip to content

Commit

Permalink
Update docker compose command
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanharan committed Aug 1, 2024
1 parent 6fddb9a commit 78b71f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v2

- name: Build docker images
run: docker-compose build --build-arg TARGET_VERSION=${{ matrix.ruby }}
run: docker compose build --build-arg TARGET_VERSION=${{ matrix.ruby }}

- name: Run tests
run: docker-compose run ci
run: docker compose run ci

0 comments on commit 78b71f1

Please sign in to comment.