This commit is contained in:
@@ -36,6 +36,11 @@ jobs:
|
||||
npm ci
|
||||
npx playwright install chromium --with-deps
|
||||
|
||||
- name: Validate locked DB connection string
|
||||
run: |
|
||||
set -e
|
||||
python3 scripts/validate_locked_db_connection.py
|
||||
|
||||
- name: Wait for deployment
|
||||
env:
|
||||
DEPLOY_HOST: ${{ secrets.DEPLOY_HOST }}
|
||||
|
||||
Reference in New Issue
Block a user