File tree Expand file tree Collapse file tree 1 file changed +15
-5
lines changed
Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Original file line number Diff line number Diff line change @@ -38,15 +38,25 @@ jobs:
3838 - name : 💻 Node setup
3939 uses : ./.github/actions/node-setup
4040
41- - name : 🎭 E2E setup
42- uses : ./.github/actions/e2e-setup
41+ - name : Activate pnpm (pin)
42+ run :
corepack prepare [email protected] --activate 43+ shell : bash
44+
45+ - name : Install dependencies
46+ run : pnpm install --frozen-lockfile --prefer-offline --ignore-scripts
47+ shell : bash
4348
4449 - name : 🏗️ Build apps
4550 run : pnpm build
4651 shell : bash
4752
53+ - name : 🎭 E2E setup
54+ uses : ./.github/actions/e2e-setup
55+
4856 - name : 🧪 Run E2E (HTML report)
4957 run : pnpm e2e
58+ env :
59+ PWDEBUG : ' 0'
5060 shell : bash
5161
5262 - name : 📤 Upload Playwright artifacts
5565 with :
5666 name : playwright-artifacts
5767 path : |
58- apps/frontend -e2e/playwright-report/
59- apps/frontend -e2e/test-results/
60- apps/frontend -e2e/reports/
68+ apps/* -e2e/playwright-report/
69+ apps/* -e2e/test-results/
70+ apps/* -e2e/reports/
6171 if-no-files-found : ignore
You can’t perform that action at this time.
0 commit comments