Skip to content

Commit 7bca424

Browse files
committed
Run system tests on CI
1 parent 042ba55 commit 7bca424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rails.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: bin/rails db:schema:load
3939
# Add or replace test runners here
4040
- name: Run tests
41-
run: bin/rake
41+
run: bin/rails test:system test
4242

4343
lint:
4444
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)