Skip to content

Commit ef85fc2

Browse files
dario-piotrowiczvicb
authored andcommitted
build workers in playwright.yml
1 parent f6622e7 commit ef85fc2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/playwright.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
node-version: lts/*
1616
- name: Install dependencies
1717
run: npm install -g pnpm && pnpm install
18+
- name: build all workers
19+
run: pnpm -r build:worker
1820
- name: Install Playwright browsers
1921
run: pnpm run install-playwright
2022
- name: Run playwright tests

0 commit comments

Comments
 (0)