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:
@@ -42,6 +42,9 @@ jobs:
|
||||
- name: Install Dependencies
|
||||
run: npm ci
|
||||
|
||||
- name: Validate Code with Type-Check and Lint
|
||||
run: npm run validate
|
||||
|
||||
- name: Check for Production Database Schema Changes
|
||||
env:
|
||||
DB_HOST: ${{ secrets.DB_HOST }}
|
||||
|
||||
Reference in New Issue
Block a user