Skip to content

Commit 7f246f7

Browse files
committed
ci: add project setup
1 parent 177a11f commit 7f246f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/CI.yml

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
cache: 'npm'
2424
- name: Install dependencies
2525
run: npm ci
26+
- name: Setup project
27+
uses: bpmn-io/actions/setup@latest
2628
- name: Install dependencies for integration test
2729
if: ${{ matrix.integration-deps != '' }}
2830
run: npm install ${{ matrix.integration-deps }}

0 commit comments

Comments
 (0)