diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd24f7e..f7e6877 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: --health-timeout 5s --health-retries 5 ports: - - 5432:5432 + - 5441:5432 steps: - uses: actions/checkout@v4 @@ -45,7 +45,7 @@ jobs: - name: Test env: - ConnectionStrings__Default: Host=localhost;Port=5432;Database=food_market_test;Username=postgres;Password=postgres + ConnectionStrings__Default: Host=localhost;Port=5441;Database=food_market_test;Username=postgres;Password=postgres run: dotnet test food-market.sln --no-build -c Release --verbosity normal || echo "No tests yet" web: