We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 177a11f commit 7f246f7Copy full SHA for 7f246f7
.github/workflows/CI.yml
@@ -23,6 +23,8 @@ jobs:
23
cache: 'npm'
24
- name: Install dependencies
25
run: npm ci
26
+ - name: Setup project
27
+ uses: bpmn-io/actions/setup@latest
28
- name: Install dependencies for integration test
29
if: ${{ matrix.integration-deps != '' }}
30
run: npm install ${{ matrix.integration-deps }}
0 commit comments