Skip to content

Commit 55edd89

Browse files
committed
test!
1 parent b8d7562 commit 55edd89

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ jobs:
5656
run: bin/rails db:schema:load
5757
# Add or replace test runners here
5858
- name: Run Ruby tests
59-
run: bundle exec rspec --profile
59+
run: bundle exec rspec --profile -- spec/features/components/preview_components_spec.rb:8
60+
env:
61+
SE_DEBUG: true
6062
- name: Run JS tests
6163
run: npm test
6264
# Add or replace any other lints here

0 commit comments

Comments
 (0)