Skip to content

Commit

Permalink
Merge pull request #120 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 committed Nov 8, 2023
2 parents 0ae2477 + d5761c0 commit e8e30a4
Showing 1 changed file with 3 additions and 1 deletion.
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,9 +13,11 @@ jobs:
name: Build and Test (larger runners)
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-dotnet.yml@dev
with:
machine-types: "['gitrunners-ubuntu-2204-x64-4vcpu']"
machine-types: "['buildjet-4vcpu-ubuntu-2204']"
timeout-minutes: 15
build-configuration: Debug
build-enable-nuget-caching: "true"
build-enable-npm-caching: "true"

build-and-test-standard-runners:
if: github.ref_name == github.event.repository.default_branch
Expand Down

0 comments on commit e8e30a4

Please sign in to comment.