Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
dministro committed Jul 9, 2024
1 parent ddd6c1b commit 4340f80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:
# Since dev builds are not awaited by anyone, they can run on the slower free runners.
machine-types: "['windows-2022']"
timeout-minutes: 70
set-up-sql-server: "true"
set-up-azurite: "true"
set-up-sql-server: 'true'
set-up-azurite: 'true'
# Running ZAP for security scans in Docker under GHA Windows runners won't work since such virtualization is not
# supported by GHA.
test-filter: FullyQualifiedName!~SecurityScanningTests
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
# Since dev builds are not awaited by anyone, they can run on the slower free runners.
parent-job-name: root-solution-standard-runners
timeout-minutes: 50
set-up-sql-server: "true"
set-up-azurite: "true"
set-up-sql-server: 'true'
set-up-azurite: 'true'

build-and-test-nuget-test:
name: Build and Test - NuGetTest solution
Expand Down

0 comments on commit 4340f80

Please sign in to comment.