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 f68da94 commit 4738e71Copy full SHA for 4738e71
.github/workflows/CI.yml
@@ -23,6 +23,8 @@ jobs:
23
- name: Install dependencies for integration test
24
if: ${{ matrix.integration-deps != '' }}
25
run: npm install ${{ matrix.integration-deps }}
26
+ - name: Setup project
27
+ uses: bpmn-io/actions/setup@latest
28
- name: Build
29
env:
30
TEST_BROWSERS: ChromeHeadless
0 commit comments