Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanharan committed Aug 1, 2024
1 parent 4b8da98 commit af471dc
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 @@ -29,7 +29,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 af471dc

Please sign in to comment.