chore: fix playwright install in CI (#1850)

* chore: switch places with install

* chore: yarn install pw

* chore: upd pw
This commit is contained in:
Tobias Åström
2025-11-25 22:03:35 +01:00
committed by GitHub
parent 2b683f5652
commit 34a29f3e78
3 changed files with 16 additions and 16 deletions

View File

@@ -115,7 +115,7 @@ jobs:
- name: Install dependencies
run: yarn install --immutable
- name: Install Playwright Chromium
run: npx playwright install --with-deps chromium
run: npx playwright install chromium --with-deps
- run: chmod +x .github/scripts/nebula_create.sh
- name: Create Nebula visualization project (Picasso)
run: .github/scripts/nebula_create.sh generated/hello none false false true true