|
@@ -96,7 +96,7 @@ jobs:
|
|
|
cp -v $GITHUB_WORKSPACE/.github/workflows/scripts/vite.config.mts ./vite.config.mts
|
|
cp -v $GITHUB_WORKSPACE/.github/workflows/scripts/vite.config.mts ./vite.config.mts
|
|
|
- name: Install Playwright
|
|
- name: Install Playwright
|
|
|
run: |
|
|
run: |
|
|
|
- cd $HOME/install/test-app
|
|
|
|
|
|
|
+ cd $GITHUB_WORKSPACE
|
|
|
npm install playwright
|
|
npm install playwright
|
|
|
npx playwright install-deps
|
|
npx playwright install-deps
|
|
|
npx playwright install chromium
|
|
npx playwright install chromium
|