mirror of
https://github.com/jcreek/AutomatedAssessmentFeedbackAgent.git
synced 2026-07-12 18:43:49 +00:00
build(*): Add pnpm installation step
This commit is contained in:
@@ -15,6 +15,8 @@ jobs:
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '20'
|
||||
- name: Install pnpm
|
||||
run: npm install -g pnpm
|
||||
- name: Install dependencies
|
||||
run: pnpm exec playwright install && pnpm i
|
||||
- name: Run Playwright/BDD tests
|
||||
|
||||
Reference in New Issue
Block a user