Updated CI file again, again.
Some checks failed
ci / build-test (push) Failing after 5s

This commit is contained in:
2025-11-02 14:51:47 -05:00
parent daab76ec11
commit 803cd7984c

View File

@@ -23,9 +23,6 @@ jobs:
key: nuget-${{ runner.os }}-${{ hashFiles('**/*.csproj') }} key: nuget-${{ runner.os }}-${{ hashFiles('**/*.csproj') }}
restore-keys: | restore-keys: |
nuget-${{ runner.os }}- nuget-${{ runner.os }}-
- name: Restore
- run: dotnet restore - run: dotnet restore
- name: Build
- run: dotnet build --configuration Release --no-restore - run: dotnet build --configuration Release --no-restore
- name: Test
- run: dotnet test --configuration Release --no-build --logger "trx;LogFileName=test-results.trx" - run: dotnet test --configuration Release --no-build --logger "trx;LogFileName=test-results.trx"