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 a542cfd commit df0f2cfCopy full SHA for df0f2cf
.github/workflows/CI.yml
@@ -27,6 +27,8 @@ jobs:
27
- name: Install dependencies for integration test
28
if: ${{ matrix.integration-deps != '' }}
29
run: npm install ${{ matrix.integration-deps }}
30
+ - name: Project setup
31
+ uses: bpmn-io/actions/setup@latest
32
- name: Build
33
34
run: npm run all
0 commit comments