Skip to content

Commit

Permalink
ci: removed webServer
Browse files Browse the repository at this point in the history
  • Loading branch information
MGeovany committed Mar 27, 2024
1 parent c62ac81 commit a3509cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ jobs:
- name: Install dependencies
run: npm ci

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

- name: Lint
run: npm run lint

- name: Run Jest tests
run: npm run test

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

- name: Run Playwright tests
run: npm run test:e2e

Expand Down
6 changes: 0 additions & 6 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,4 @@ export default defineConfig({
use: { ...devices["Desktop Chrome"] },
},
],

webServer: {
command: "npm run start",
url: "http://127.0.0.1:3000",
reuseExistingServer: !process.env.CI,
},
});

0 comments on commit a3509cc

Please sign in to comment.