Skip to content

Commit

Permalink
try with out http server...
Browse files Browse the repository at this point in the history
  • Loading branch information
bobchao committed Oct 31, 2024
1 parent 79d5d47 commit 896c1a0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,8 @@ jobs:
run: npm ci
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Start static server
run: npm run start &
- name: Wait for server to start
run: sleep 5
- name: Run Playwright tests
run: npx playwright test
env:
BASE_URL: http://localhost:3000
- uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}
with:
Expand Down

0 comments on commit 896c1a0

Please sign in to comment.