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 62c3e42 commit c7208afCopy full SHA for c7208af
.github/workflows/CI.yml
@@ -22,6 +22,7 @@ jobs:
22
- name: Setup project
23
uses: bpmn-io/actions/setup@latest
24
- name: Install Playwright Browsers
25
- run: npx playwright install --with-deps
+ run: npx playwright install
26
+ working-directory: ./bpmn-js-app
27
- name: Build
28
run: npm run all
0 commit comments