We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4601688 commit a0a1a9cCopy full SHA for a0a1a9c
1 file changed
.github/workflows/test.yml
@@ -68,7 +68,7 @@ jobs:
68
run: bin/rails db:schema:load
69
# Add or replace test runners here
70
- name: Run Ruby tests
71
- run: bundle exec rspec
+ run: bundle exec rspec -f j
72
- name: Run JavaScript tests
73
run: npm test
74
# Add or replace any other lints here
0 commit comments