feat(qe-m3-05): complete scores frontend DOM verification E2E test and fix Gitea CI migration sequence
Validators (Pushes and Pull Requests) / validate-core (push) Failing after 1s
Validators (Pushes and Pull Requests) / validate-ui-and-storage (push) Successful in 12s

This commit is contained in:
2026-07-12 22:17:45 +09:00
parent 3c22798e08
commit ea9614be13
6 changed files with 118 additions and 13 deletions
+8 -8
View File
@@ -74,6 +74,14 @@ jobs:
done
echo "QE_WBS_PG_DSN=host=127.0.0.1 port=5432 dbname=quantenginedb user=quantengine_ci password=quantengine_ci options='-c search_path=quantengine'" >> "$GITHUB_ENV"
- name: Setup .NET SDK
uses: actions/setup-dotnet@v4
with:
dotnet-version: 10.0.x
- name: "[CRITICAL] Run .NET Unit Tests (Warnings as Errors)"
run: dotnet test src/dotnet/QuantEngine.Core.Tests/QuantEngine.Core.Tests.csproj -c Release --nologo -p:TreatWarningsAsErrors=true
- name: Install Node Dependencies
run: |
# package-lock.json 해시로 캐시 유효성 판단
@@ -105,14 +113,6 @@ jobs:
fi
node --version && npm --version
- name: Setup .NET SDK
uses: actions/setup-dotnet@v4
with:
dotnet-version: 10.0.x
- name: "[CRITICAL] Run .NET Unit Tests (Warnings as Errors)"
run: dotnet test src/dotnet/QuantEngine.Core.Tests/QuantEngine.Core.Tests.csproj -c Release --nologo -p:TreatWarningsAsErrors=true
- name: "[CRITICAL] No Direct API Trading Gate"
run: python3 tools/validate_no_direct_api_trading_v1.py