feat(qe-m3-05): complete scores frontend DOM verification E2E test and fix Gitea CI migration sequence
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user