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 042ba55 commit 7bca424Copy full SHA for 7bca424
.github/workflows/rails.yml
@@ -38,7 +38,7 @@ jobs:
38
run: bin/rails db:schema:load
39
# Add or replace test runners here
40
- name: Run tests
41
- run: bin/rake
+ run: bin/rails test:system test
42
43
lint:
44
runs-on: ubuntu-latest
0 commit comments