diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2ff03299..b0b7016c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,13 +20,10 @@ jobs: - uses: Brightspace/third-party-actions@actions/checkout - uses: Brightspace/third-party-actions@actions/setup-dotnet - - name: Build - run: dotnet build -c Release --framework net60 - - name: Unit tests - run: dotnet test -c Release --framework net60 --no-build test/D2L.Security.OAuth2.UnitTests/D2L.Security.OAuth2.UnitTests.csproj + run: dotnet test -c Release --framework net60 test/D2L.Security.OAuth2.UnitTests/D2L.Security.OAuth2.UnitTests.csproj - name: Integration tests - run: dotnet test -c Release --framework net60 --no-build test/D2L.Security.OAuth2.IntegrationTests/D2L.Security.OAuth2.IntegrationTests.csproj + run: dotnet test -c Release --framework net60 test/D2L.Security.OAuth2.IntegrationTests/D2L.Security.OAuth2.IntegrationTests.csproj windows: name: Build and test (Windows)