fix github build

This commit is contained in:
2025-08-16 06:10:41 +07:00
parent 4ff2ccdae3
commit 3dbd2e91ea
2 changed files with 1 additions and 5 deletions

View File

@@ -24,7 +24,3 @@ jobs:
run: dotnet restore ./src/Managing.Api/Managing.Api.csproj run: dotnet restore ./src/Managing.Api/Managing.Api.csproj
- name: Build API - name: Build API
run: dotnet build --no-restore ./src/Managing.Api/Managing.Api.csproj run: dotnet build --no-restore ./src/Managing.Api/Managing.Api.csproj
- name: Restore Worker dependencies
run: dotnet restore ./src/Managing.Api.Workers/Managing.Api.Workers.csproj
- name: Build Worker
run: dotnet build --no-restore ./src/Managing.Api.Workers/Managing.Api.Workers.csproj

View File

@@ -17,7 +17,7 @@ services:
- /Users/oda/ASP.NET/Https:/root/.aspnet/https:ro - /Users/oda/ASP.NET/Https:/root/.aspnet/https:ro
- /Users/oda/Microsoft/UserSecrets:/root/.microsoft/usersecrets/$USER_SECRETS_ID - /Users/oda/Microsoft/UserSecrets:/root/.microsoft/usersecrets/$USER_SECRETS_ID
depends_on: depends_on:
- managingdb - postgres
postgres: postgres:
image: postgres:17.5 image: postgres:17.5