We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f61025f commit 3f30095Copy full SHA for 3f30095
1 file changed
.github/workflows/test.yml
@@ -56,7 +56,9 @@ jobs:
56
run: bin/rails db:schema:load
57
# Add or replace test runners here
58
- name: Run Ruby tests
59
- run: bundle exec rspec --profile
+ run: bundle exec rspec --profile -- spec/features/components/preview_components_spec.rb:8
60
+ env:
61
+ SE_DEBUG: true
62
- name: Run JS tests
63
run: npm test
64
# Add or replace any other lints here
0 commit comments