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 243597f commit 64dc677Copy full SHA for 64dc677
.github/workflows/CI.yml
@@ -28,6 +28,8 @@ jobs:
28
${{ runner.OS }}-
29
- name: Install dependencies
30
run: npm ci
31
+ - name: Setup project
32
+ uses: bpmn-io/actions/setup@latest
33
- name: Install Playwright Browsers
34
run: npx playwright install --with-deps
35
- name: Build
0 commit comments