fix no failing on typescript errors in deploy
Some checks failed
Deploy to Test Environment / deploy-to-test (push) Failing after 1m53s
Some checks failed
Deploy to Test Environment / deploy-to-test (push) Failing after 1m53s
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user