diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 6e9ecbcd..cd61a8a4 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -13,6 +13,7 @@ jobs: name: Build and Test (larger runners) uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-dotnet.yml@dev with: + parent-job-name: "root-solution-larger-runners" machine-types: "['buildjet-4vcpu-ubuntu-2204']" timeout-minutes: 15 build-configuration: Debug @@ -24,6 +25,7 @@ jobs: name: Build and Test (standard runners) uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-dotnet.yml@dev with: + parent-job-name: "root-solution-standard-runners" timeout-minutes: 30 build-configuration: Debug @@ -31,6 +33,7 @@ jobs: name: Build and Test - NuGetTest solution uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-dotnet.yml@dev with: + parent-job-name: "nuget-solution" build-directory: NuGetTest timeout-minutes: 10