diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f4009370f..773724658 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: - name: Build run: ./build.ps1 Compile - name: Lint Check - run: ./build.ps1 LintCheck --skip lint + run: ./build.ps1 LintCheck --skip Compile - name: Unit Test run: ./build.ps1 RunUnitTests --skip LintCheck - name: Mutation Test