Fix admin WASM shell and E2E auth
TaxBaik CI/CD / build-and-deploy (push) Failing after 23s

This commit is contained in:
2026-07-07 15:47:29 +09:00
parent 35842b6765
commit 0f71e8c41f
18 changed files with 125 additions and 52 deletions
+5
View File
@@ -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 }}
+3
View File
@@ -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