From 34cce2ecf5e9cd3a834fecd12e1f2e033a8e5583 Mon Sep 17 00:00:00 2001 From: Maciej Barelkowski Date: Wed, 15 Jan 2025 14:30:18 +0100 Subject: [PATCH] ci: add project setup --- .github/workflows/CI.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 00732bb..ec4483b 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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