fix test issues
Build & Deploy / Build & Push Docker Image (push) Successful in 3m1s
Test / Type Check (all packages) (push) Successful in 55s
Build & Deploy / Deploy to VPS (push) Successful in 5s
Test / API Unit Tests (push) Successful in 47s
Test / Homepage Unit Tests (push) Successful in 42s
Test / Carplace Unit Tests (push) Successful in 42s
Test / Admin Unit Tests (push) Successful in 40s
Test / Dashboard Unit Tests (push) Successful in 41s
Test / API Integration Tests (push) Successful in 1m0s

This commit is contained in:
root
2026-07-02 18:50:03 -04:00
parent e3f40410e9
commit f330efb1ad
8 changed files with 102 additions and 21 deletions
+3 -3
View File
@@ -133,8 +133,8 @@ jobs:
- run: npm run build --workspace @rentaldrivego/types
- run: npm run test:homepage
storefront-tests:
name: Storefront Unit Tests
carplace-tests:
name: Carplace Unit Tests
runs-on: ubuntu-latest
needs: type-check
steps:
@@ -169,7 +169,7 @@ jobs:
node -e "require('@rollup/rollup-linux-arm64-gnu')"
fi
- run: npm run build --workspace @rentaldrivego/types
- run: npm run test:storefront
- run: npm run test:carplace
admin-tests:
name: Admin Unit Tests