fix no failing on typescript errors in deploy
Some checks failed
Deploy to Test Environment / deploy-to-test (push) Failing after 1m53s

This commit is contained in:
2025-12-21 22:35:03 -08:00
parent de5425ef91
commit 3db6a067fc
5 changed files with 23 additions and 7 deletions

View File

@@ -55,9 +55,8 @@ jobs:
echo "--- Listing SRC Directory ---"
ls -alF src
- name: Lint TypeScript Code
run: npm run lint # Run the linter to check for code quality issues.
continue-on-error: true # Allows the workflow to proceed even if linting fails.
- name: Validate Code with Type-Check and Lint
run: npm run validate # Run type-checking and linter.
- name: Stop Test Server Before Tests
# This is a critical step to ensure a clean test environment.