diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 4904b12..640476f 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -35,10 +35,11 @@ jobs: uses: actions/setup-dotnet@v3 with: dotnet-version: ${{ matrix.dotnet-version }}.x - - name: Restore dependencies - run: dotnet restore src/BitBadger.Documents.sln + #- name: Restore dependencies + # run: dotnet restore src/BitBadger.Documents.sln - name: Build - run: dotnet build src/BitBadger.Documents.sln --no-restore -f net${{ matrix.dotnet-version }} + # run: dotnet build src/BitBadger.Documents.sln --no-restore -f net${{ matrix.dotnet-version }} + run: dotnet build src/BitBadger.Documents.sln -f net${{ matrix.dotnet-version }} - name: Test ${{ matrix.dotnet-version }} against PostgreSQL ${{ matrix.postgres-version }} run: dotnet run --project src/Tests/BitBadger.Documents.Tests.fsproj -f net${{ matrix.dotnet-version }} publish: