Skip to content

Commit

Permalink
Merge pull request #596 from Lombiq/issue/INFRA-156
Browse files Browse the repository at this point in the history
INFRA-156: Try BuildJet for GHA
  • Loading branch information
LombiqBot authored Nov 8, 2023
2 parents f5805c8 + c06fa37 commit 4945f5e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@ jobs:
name: Build and Test - root solution (larger runners)
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@dev
with:
machine-types: "['gitrunners-ubuntu-2204-x64-4vcpu']"
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 4945f5e

Please sign in to comment.