Create build+test scripts

This commit is contained in:
Faisal Salman
2023-04-14 23:43:09 +07:00
parent 35c2b91534
commit 5a26ac146e
5 changed files with 81 additions and 35 deletions

View File

@@ -19,6 +19,5 @@ jobs:
- name: Run the test
run: |
npm ci
npm run build
npx playwright install
npm run test-ci
npm test