diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 195d8a5..f789a91 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -33,9 +33,5 @@ jobs: dotnet-version: 8.0.x - name: Check out repository code uses: actions/checkout@v4 - # - name: Run integration tests - # run: dotnet test DD.Persistence.IntegrationTests - - name: Configure postgres - run: | - sudo -u postgres -s psql -U postgres -d postgres -c "alter user postgres with password 'postgres'; SELECT version();" - sudo locale -a \ No newline at end of file + - name: Run integration tests + run: dotnet test DD.Persistence.IntegrationTests