Skip to content

Commit

Permalink
Add debugging for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
felixclack committed Oct 18, 2024
1 parent 286359e commit c083804
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,8 @@ jobs:
- name: Setup DB
run: bin/rails db:prepare

- name: Start tmate session
uses: mxschmitt/action-tmate@v3

- name: Run tests
run: bin/bundle exec rspec --format documentation

0 comments on commit c083804

Please sign in to comment.