File tree Expand file tree Collapse file tree 1 file changed +8
-15
lines changed Expand file tree Collapse file tree 1 file changed +8
-15
lines changed Original file line number Diff line number Diff line change 7
7
jobs :
8
8
test :
9
9
timeout-minutes : 60
10
- runs-on : ubuntu -latest
10
+ runs-on : windows -latest
11
11
steps :
12
12
- uses : actions/checkout@v4
13
- - uses : pnpm/action-setup@v2
14
- with :
15
- version : 9
16
13
- uses : actions/setup-node@v4
17
14
with :
18
- node-version : 20
19
- cache : ' pnpm'
15
+ node-version : 18
20
16
- name : Install dependencies
21
- run : pnpm install
17
+ run : npm ci
22
18
- name : Install Playwright Browsers
23
- run : pnpm exec playwright install --with-deps chromium firefox
24
- - name : Build the project
25
- run : pnpm build
26
- - name : Start the application
27
- run : pnpm start &
28
- - name : Wait for the application to be ready
29
- run : |
30
- npx wait-on http://localhost:3000
19
+ run : npx playwright install --with-deps
31
20
- name : Run Playwright tests
21
+ <<<<<<< HEAD
32
22
run : pnpm exec playwright test
23
+ =======
24
+ run : npx playwright test
25
+ >>>>>>> parent of 6c737a9 (Update playwright.yml)
33
26
env :
34
27
CI : true
35
28
NEXT_PUBLIC_GRAPHQL_URL : ${{ secrets.NEXT_PUBLIC_GRAPHQL_URL }}
You can’t perform that action at this time.
0 commit comments