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 f21a2aa commit a1c3385Copy full SHA for a1c3385
.github/workflows/CI.yml
@@ -26,5 +26,7 @@ jobs:
26
- name: Install dependencies for integration test
27
if: ${{ matrix.integration-deps != '' }}
28
run: npm install ${{ matrix.integration-deps }}
29
+ - name: Setup project
30
+ uses: bpmn-io/actions/setup@latest
31
- name: Build
32
run: npm run all
0 commit comments