Skip to content

Commit df0f2cf

Browse files
committed
ci: add project setup
1 parent a542cfd commit df0f2cf

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
@@ -27,6 +27,8 @@ jobs:
2727
- name: Install dependencies for integration test
2828
if: ${{ matrix.integration-deps != '' }}
2929
run: npm install ${{ matrix.integration-deps }}
30+
- name: Project setup
31+
uses: bpmn-io/actions/setup@latest
3032
- name: Build
3133
if: ${{ matrix.integration-deps != '' }}
3234
run: npm run all

0 commit comments

Comments
 (0)