Skip to content

Commit

Permalink
Debug ff tests
Browse files Browse the repository at this point in the history
  • Loading branch information
camertron committed Nov 5, 2024
1 parent a2398ab commit d1acfa5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,10 @@ jobs:
run: |
npm ci
cd demo && npm ci
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true
- name: Test
run: |
USE_BROWSER=firefox bundle exec rake test:system
Expand Down

0 comments on commit d1acfa5

Please sign in to comment.