From a30f9f9cc9ece0f848d664d7074241687827a2be Mon Sep 17 00:00:00 2001 From: hamed shirbandi Date: Mon, 30 Oct 2023 23:07:02 +0100 Subject: [PATCH] Chore: update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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