Skip to content

Commit

Permalink
Pass force-encryption as YAML boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
andyundso committed Dec 9, 2024
1 parent 60c6674 commit 8deb5b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ jobs:
fail-fast: false
matrix:
force-encryption:
- "false"
- "true"
- false
- true
mssql-version:
- 2017
- 2019
Expand Down Expand Up @@ -220,8 +220,8 @@ jobs:
fail-fast: false
matrix:
force-encryption:
- "false"
- "true"
- false
- true
mssql-version:
- 2017
- 2019
Expand Down

0 comments on commit 8deb5b2

Please sign in to comment.