Skip to content

Commit

Permalink
update(test): reuse existing server
Browse files Browse the repository at this point in the history
  • Loading branch information
luisecm committed Jan 3, 2025
1 parent 32002ac commit bfa1d74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ on:
jobs:
test:
timeout-minutes: 60
runs-on: macos-14
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.49.1-noble
options: --user 1001
strategy:
fail-fast: false
matrix:
Expand All @@ -43,9 +46,6 @@ jobs:
- name: Install dependencies for Uplink Web 📦
run: npm install

- name: Install Playwright Browsers
run: npx playwright install --with-deps

- name: Install dependencies for Testing Repo 📦
working-directory: automated-tests
run: npm ci
Expand Down
1 change: 0 additions & 1 deletion playwright.ci.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ export default defineConfig({
webServer: {
command: "cd .. && npm run dev",
url: "http://127.0.0.1:5173",
reuseExistingServer: !process.env.CI,
stdout: "pipe",
timeout: 120 * 1000,
},
Expand Down

0 comments on commit bfa1d74

Please sign in to comment.