Skip to content

Commit

Permalink
Chore: update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hamed-shirbandi authored Oct 30, 2023
1 parent e6a6bdf commit a30f9f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a30f9f9

Please sign in to comment.