File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -38,10 +38,10 @@ jobs:
38
38
run : pnpm install
39
39
40
40
- name : Install Playwright (for MermaidJS)
41
- run : npx playwright install --with-deps chromium
41
+ run : pnpm exec playwright install --with-deps chromium
42
42
43
43
- name : Build Website
44
- run : npm run build
44
+ run : pnpm build
45
45
46
46
- name : Upload Built Website
47
47
uses : actions/upload-pages-artifact@v3
@@ -84,10 +84,10 @@ jobs:
84
84
run : pnpm install
85
85
86
86
- name : Install Playwright Browsers
87
- run : npx playwright install --with-deps chromium firefox
87
+ run : pnpm exec playwright install --with-deps chromium firefox
88
88
89
89
- name : Run Playwright tests
90
- run : npx playwright test
90
+ run : pnpm test:e2e
91
91
92
92
- name : Upload Test Results
93
93
uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments