[test] Move playwright installation inside test:playwright script

This commit is contained in:
Faisal Salman
2025-02-15 13:37:56 +07:00
parent 5413a9888d
commit 6f0191c11b
2 changed files with 1 additions and 2 deletions

View File

@@ -19,5 +19,4 @@ jobs:
- name: Run the test
run: |
npm ci
npx playwright install --with-deps
npm test