Skip to content

Commit

Permalink
Hopefully dotnet-test-process-timeout can be dropped now.
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahelsaig committed Jul 25, 2024
1 parent 2ea9013 commit c62ebb8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,13 @@ jobs:
with:
machine-types: '["ubuntu-latest"]'
timeout-minutes: 60
build-create-binary-log: 'true'
dotnet-test-process-timeout: 600000

build-and-test-windows:
name: Build and Test (Windows)
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@dev
with:
machine-types: '["windows-latest"]'
timeout-minutes: 60
build-create-binary-log: 'true'
dotnet-test-process-timeout: 600000
# 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

0 comments on commit c62ebb8

Please sign in to comment.