Skip to content

Commit 64dc677

Browse files
committed
ci: add project setup
1 parent 243597f commit 64dc677

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
${{ runner.OS }}-
2929
- name: Install dependencies
3030
run: npm ci
31+
- name: Setup project
32+
uses: bpmn-io/actions/setup@latest
3133
- name: Install Playwright Browsers
3234
run: npx playwright install --with-deps
3335
- name: Build

0 commit comments

Comments
 (0)