Skip to content

Commit

Permalink
ci: add setup action
Browse files Browse the repository at this point in the history
  • Loading branch information
barmac committed Jan 13, 2025
1 parent 77b6681 commit 98183e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
- name: Install legacy diagram-js
if: matrix.diagram-js-version != ''
run: npm install --no-save diagram-js@${{ matrix.diagram-js-version }}
- name: Project setup
uses: bpmn-io/actions/setup@latest
- name: Build
if: runner.os == 'Linux'
env:
Expand All @@ -34,4 +36,4 @@ jobs:
if: runner.os != 'Linux'
env:
TEST_BROWSERS: ChromeHeadless
run: npm run all
run: npm run all

0 comments on commit 98183e7

Please sign in to comment.