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 76e768a commit e9fb163Copy full SHA for e9fb163
.github/workflows/CI.yml
@@ -21,6 +21,8 @@ jobs:
21
cache: 'npm'
22
- name: Install dependencies
23
run: npm ci
24
+ - name: Project setup
25
+ uses: bpmn-io/actions/setup@latest
26
- name: Install dependencies for integration test
27
if: ${{ matrix.integration-deps != '' }}
28
run: npm install ${{ matrix.integration-deps }}
0 commit comments