mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-19 17:58:43 -05:00
chore: fix playwright install in CI (#1850)
* chore: switch places with install * chore: yarn install pw * chore: upd pw
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user