Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSerth committed Oct 13, 2023
1 parent f52ab97 commit 97c2ce5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ jobs:
env:
RAILS_ENV: test
run: bundler exec rake assets:precompile
- name: Setup upterm session
uses: lhotari/action-upterm@v1
with:
## limits ssh access and adds the ssh public key for the user which triggered the workflow
limit-access-to-actor: true
- name: Run tests
env:
RAILS_ENV: test
Expand Down
2 changes: 1 addition & 1 deletion spec/db/seeds_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

describe 'execute db:seed', cleaning_strategy: :truncation do
it 'collects the test results' do

Check warning on line 27 in spec/db/seeds_spec.rb

View workflow job for this annotation

GitHub Actions / lint

[rubocop] reported by reviewdog 🐶 No expectation found in this example. Raw Output: spec/db/seeds_spec.rb:27:5: C: RSpec/NoExpectationExample: No expectation found in this example.
expect { seed }.not_to raise_error
seed
end
end
end

0 comments on commit 97c2ce5

Please sign in to comment.