mirror of
https://github.com/jcreek/AutomatedAssessmentFeedbackAgent.git
synced 2026-07-12 18:43:49 +00:00
build(*): Fix issue with installing playwright dependencies
This commit is contained in:
@@ -18,6 +18,8 @@ jobs:
|
|||||||
- name: Install pnpm
|
- name: Install pnpm
|
||||||
run: npm install -g pnpm
|
run: npm install -g pnpm
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pnpm exec playwright install && pnpm i
|
run: pnpm i
|
||||||
|
- name: Install Playwright browsers
|
||||||
|
run: pnpm exec playwright install
|
||||||
- name: Run Playwright/BDD tests
|
- name: Run Playwright/BDD tests
|
||||||
run: npm run bdd:full
|
run: npm run bdd:full
|
||||||
|
|||||||
Reference in New Issue
Block a user