Skip to content

Commit c7208af

Browse files
committed
ci: run playwright install in the app
1 parent 62c3e42 commit c7208af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- name: Setup project
2323
uses: bpmn-io/actions/setup@latest
2424
- name: Install Playwright Browsers
25-
run: npx playwright install --with-deps
25+
run: npx playwright install
26+
working-directory: ./bpmn-js-app
2627
- name: Build
2728
run: npm run all

0 commit comments

Comments
 (0)