Skip to content

Commit

Permalink
Try debug the actions
Browse files Browse the repository at this point in the history
  • Loading branch information
vprigent committed Jan 25, 2025
1 parent f9677ab commit aa2158f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
ruby-version: 2.7
bundler: 1
bundler-cache: true
- name: Breakpoint if tests failed
if: failure()
uses: namespacelabs/breakpoint-action@v0
with:
duration: 30m
- name: Run tests
run: bundle exec rake
test_rails_5:
Expand Down

0 comments on commit aa2158f

Please sign in to comment.