Skip to content

Commit 5735be3

Browse files
authored
Merge branch 'main' into mm-gh-workflows-pin-ubuntu-version
2 parents 7447244 + 19ae1fd commit 5735be3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
ruby-version: ${{ matrix.ruby }}
3030
bundler-cache: true
3131
- name: Test
32-
run: docker-compose run --rm rspec bundle exec appraisal rails-${{ matrix.rails }} rspec
32+
run: docker compose run --rm rspec bundle exec appraisal rails-${{ matrix.rails }} rspec

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ end
5858

5959
### Testing
6060

61-
Run `docker-compose run --rm rspec` to run the specs in a docker container alongside Mysql.
61+
Run `docker compose run --rm rspec` to run the specs in a docker container alongside Mysql.
6262

6363
## Contributing
6464

0 commit comments

Comments
 (0)