Skip to content

Commit

Permalink
Merge pull request #94 from microsoft/cicddisabletest
Browse files Browse the repository at this point in the history
Disable tests for CI/CD
  • Loading branch information
abeltrano authored Jan 7, 2024
2 parents 6f6bb12 + 4193551 commit a48cdb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
description: 'Invoke CMake install for the project'
test:
required: false
default: true
default: false
type: boolean
description: 'Invoke CMake CTest for the project'
package:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ jobs:
uses: ./.github/workflows/build.yml
with:
build-types: "[ 'Debug' ]"
test: false

0 comments on commit a48cdb3

Please sign in to comment.