Skip to content

Commit

Permalink
ci: use setup action
Browse files Browse the repository at this point in the history
Builds upon work in bpmn-io/actions#32
to be able to test (using chromium) on Ubuntu 24+.

More details: bpmn-io/internal-docs#1115
  • Loading branch information
nikku authored and barmac committed Jan 8, 2025
1 parent 3a863db commit 022a7b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Project setup
uses: bpmn-io/actions/setup@latest
- name: Build examples
run: npm run build
- name: Lint examples
Expand Down

0 comments on commit 022a7b9

Please sign in to comment.