Actually build project before testing
All checks were successful
Build and Test - Staging / test (pull_request) Successful in 2m43s
Build and Test - Staging / build_and_push (pull_request) Successful in 2m35s
Build and Test - Staging / deploy_staging (pull_request) Successful in 5s

This commit is contained in:
2025-11-09 15:52:49 -08:00
parent c6796e782a
commit 5c0152d234

View File

@@ -22,6 +22,9 @@ jobs:
npm ci npm ci
npx playwright install --with-deps npx playwright install --with-deps
- name: Build Project
run: npm run build
- name: Run Unit Tests - name: Run Unit Tests
run: npm run test run: npm run test