diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2161d04552..db6b4f5e5a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,17 +44,11 @@ jobs: - name: Build Release run: dotnet build src -c Release /p:ContinuousIntegrationBuild=true - - name: Build Debug - run: dotnet build src -c Debug - - uses: stripe/openapi/actions/stripe-mock@master - name: Run test suite run: make ci-test - - name: Run test suite (Debug) - run: make ci-test-debug - - name: Collect coverage run: dotnet test --no-build -c Debug -f netcoreapp3.1 src/StripeTests/StripeTests.csproj /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:ExcludeByAttribute=CompilerGenerated