We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6ceca0 commit 19ae1fdCopy full SHA for 19ae1fd
.github/workflows/tests.yml
@@ -29,4 +29,4 @@ jobs:
29
ruby-version: ${{ matrix.ruby }}
30
bundler-cache: true
31
- name: Test
32
- run: docker-compose run --rm rspec bundle exec appraisal rails-${{ matrix.rails }} rspec
+ run: docker compose run --rm rspec bundle exec appraisal rails-${{ matrix.rails }} rspec
README.md
@@ -58,7 +58,7 @@ end
58
59
### Testing
60
61
-Run `docker-compose run --rm rspec` to run the specs in a docker container alongside Mysql.
+Run `docker compose run --rm rspec` to run the specs in a docker container alongside Mysql.
62
63
## Contributing
64
0 commit comments