Skip to content

Commit

Permalink
ci: add project setup
Browse files Browse the repository at this point in the history
  • Loading branch information
barmac authored Jan 15, 2025
1 parent d35b91e commit 34cce2e
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 @@ -28,6 +28,8 @@ jobs:
${{ runner.OS }}-
- name: Install dependencies
run: npm ci
- name: Setup project
uses: bpmn-io/actions/setup@latest
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Build
Expand Down

0 comments on commit 34cce2e

Please sign in to comment.