Skip to content

Commit 19ae1fd

Browse files
authored
Fix build (#36)
1 parent c6ceca0 commit 19ae1fd

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)