Skip to content

Commit

Permalink
Revert "Temporarily testing with standard runners"
Browse files Browse the repository at this point in the history
  • Loading branch information
wAsnk committed Dec 20, 2023
1 parent 739928b commit a42d068
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,16 @@ jobs:
name: Build and Test - root solution (larger runners)
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@dev
with:
parent-job-name: "root-solution-standard-runners"
timeout-minutes: 40
parent-job-name: "root-solution-larger-runners"
machine-types: "['buildjet-4vcpu-ubuntu-2204']"
timeout-minutes: 20
set-up-sql-server: "true"
set-up-azurite: "true"
ui-test-parallelism: 0
build-create-binary-log: "true"
blame-hang-timeout: "5m"
build-enable-nuget-caching: "true"
build-enable-npm-caching: "true"

build-and-test-standard-runners:
# Since dev builds are not awaited by anyone, they can run on the slower free runners.
Expand Down

0 comments on commit a42d068

Please sign in to comment.