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 }}
|
||||
|
||||
@@ -22,6 +22,9 @@ jobs:
|
||||
- name: Restore dependencies
|
||||
run: dotnet restore src/TaxBaik.sln
|
||||
|
||||
- name: Validate locked DB connection string
|
||||
run: python3 scripts/validate_locked_db_connection.py
|
||||
|
||||
- name: Build solution
|
||||
run: dotnet build src/TaxBaik.sln -c Release --no-restore -p:ContinuousIntegrationBuild=true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user