Skip to content

Commit

Permalink
move ssh to before the playwright tests fail
Browse files Browse the repository at this point in the history
  • Loading branch information
david-mears-2 committed Aug 2, 2024
1 parent 5dd6a09 commit 0f5b18d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
run: NITRO_HOST="127.0.0.1" NITRO_PORT="3000" nohup npm run preview &
- name: Install Playwright browsers
run: npx playwright install --with-deps && npx playwright install msedge
- name: Run Playwright tests
run: npm run test:e2e
- name: Setup upterm session (for ssh-ing)
uses: lhotari/action-upterm@v1
- name: Run Playwright tests
run: npm run test:e2e
- uses: actions/upload-artifact@v4
if: always()
with:
Expand Down

0 comments on commit 0f5b18d

Please sign in to comment.