From 44bdbd4ca384595e8e129e6dd11a3e9cd13d2b9c Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Thu, 15 Sep 2022 20:23:59 -0400 Subject: [PATCH] Cleanup bad matricies --- .github/workflows/ci-suite.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci-suite.yml b/.github/workflows/ci-suite.yml index 9fbffa2c25..24950be773 100644 --- a/.github/workflows/ci-suite.yml +++ b/.github/workflows/ci-suite.yml @@ -23,12 +23,6 @@ jobs: analyze: name: Code Scanning runs-on: ubuntu-latest - - strategy: - fail-fast: false - matrix: - language: ['csharp'] - steps: - name: Install Node 12.X uses: actions/setup-node@v1 @@ -46,7 +40,7 @@ jobs: - name: Initialize CodeQL uses: github/codeql-action/init@v2 with: - languages: ${{ matrix.language }} + languages: csharp - name: Autobuild uses: github/codeql-action/autobuild@v1 @@ -194,7 +188,7 @@ jobs: strategy: fail-fast: false matrix: - configuration: [ 'Release' ] + configuration: [ 'Debug', 'Release' ] runs-on: windows-latest steps: - name: Setup dotnet