Skip to content

Commit e10f642

Browse files
committed
Update playwright.yml
1 parent 12ffd91 commit e10f642

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/playwright.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,18 @@ on:
77
jobs:
88
test:
99
timeout-minutes: 60
10-
runs-on: windows-latest
10+
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4
1313
- uses: actions/setup-node@v4
1414
with:
15-
node-version: 18
15+
node-version: 20
1616
- name: Install dependencies
1717
run: npm ci
1818
- name: Install Playwright Browsers
1919
run: npx playwright install --with-deps
2020
- name: Run Playwright tests
21-
<<<<<<< HEAD
22-
run: pnpm exec playwright test
23-
=======
2421
run: npx playwright test
25-
>>>>>>> parent of 6c737a9 (Update playwright.yml)
2622
env:
2723
CI: true
2824
NEXT_PUBLIC_GRAPHQL_URL: ${{ secrets.NEXT_PUBLIC_GRAPHQL_URL }}

0 commit comments

Comments
 (0)