We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12ffd91 commit e10f642Copy full SHA for e10f642
.github/workflows/playwright.yml
@@ -7,22 +7,18 @@ on:
7
jobs:
8
test:
9
timeout-minutes: 60
10
- runs-on: windows-latest
+ runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v4
13
- uses: actions/setup-node@v4
14
with:
15
- node-version: 18
+ node-version: 20
16
- name: Install dependencies
17
run: npm ci
18
- name: Install Playwright Browsers
19
run: npx playwright install --with-deps
20
- name: Run Playwright tests
21
-<<<<<<< HEAD
22
- run: pnpm exec playwright test
23
-=======
24
run: npx playwright test
25
->>>>>>> parent of 6c737a9 (Update playwright.yml)
26
env:
27
CI: true
28
NEXT_PUBLIC_GRAPHQL_URL: ${{ secrets.NEXT_PUBLIC_GRAPHQL_URL }}
0 commit comments