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 f6622e7 commit ef85fc2Copy full SHA for ef85fc2
.github/workflows/playwright.yml
@@ -15,6 +15,8 @@ jobs:
15
node-version: lts/*
16
- name: Install dependencies
17
run: npm install -g pnpm && pnpm install
18
+ - name: build all workers
19
+ run: pnpm -r build:worker
20
- name: Install Playwright browsers
21
run: pnpm run install-playwright
22
- name: Run playwright tests
0 commit comments