We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b2523c commit 8c58500Copy full SHA for 8c58500
.github/workflows/CI.yml
@@ -25,6 +25,8 @@ jobs:
25
- name: Install dependencies for integration test
26
if: ${{ matrix.integration-deps != '' }}
27
run: npm install ${{ matrix.integration-deps }}
28
+ - name: Project setup
29
+ uses: bpmn-io/actions/setup@latest
30
- name: Build
31
32
run: npm run all
0 commit comments