Skip to content

Commit a1c3385

Browse files
committed
ci: add project setup
1 parent f21a2aa commit a1c3385

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
@@ -26,5 +26,7 @@ jobs:
2626
- name: Install dependencies for integration test
2727
if: ${{ matrix.integration-deps != '' }}
2828
run: npm install ${{ matrix.integration-deps }}
29+
- name: Setup project
30+
uses: bpmn-io/actions/setup@latest
2931
- name: Build
3032
run: npm run all

0 commit comments

Comments
 (0)