build(*): Update dependency install

This commit is contained in:
Josh Creek
2025-04-24 19:41:06 +01:00
parent a6fd357f68
commit 5629501372
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -16,6 +16,6 @@ jobs:
with:
node-version: '20'
- name: Install dependencies
run: npm ci
run: pnpm exec playwright install && pnpm i
- name: Run Playwright/BDD tests
run: npm run bdd:full