Skip to content

Commit

Permalink
Checking temporary corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
wAsnk committed Feb 4, 2025
1 parent a596f07 commit b60e9c5
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build-and-test-larger-runners:
if: github.ref_name != github.event.repository.default_branch
name: Build and Test - root solution (larger runners)
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@dev
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@issue/OFFI-238
with:
parent-job-name: root-solution-larger-runners
machine-types: '["warp-ubuntu-2404-x64-4x"]'
Expand All @@ -22,14 +22,15 @@ jobs:
build-create-binary-log: 'true'
build-enable-nuget-caching: 'true'
build-enable-npm-caching: 'true'
enable-corepack: 'true'
# This way, we can see Node.js build issues in the build log.
build-verbosity: minimal
dotnet-test-process-timeout: 600000

build-and-test-standard-runners:
if: github.ref_name == github.event.repository.default_branch
name: Build and Test - root solution (standard runners)
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@dev
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@issue/OFFI-238
with:
# Since dev builds are not awaited by anyone, they can run on the slower free runners.
parent-job-name: root-solution-standard-runners
Expand All @@ -41,17 +42,19 @@ jobs:
# This way, we can see Node.js build issues in the build log.
build-verbosity: minimal
dotnet-test-process-timeout: 780000
enable-corepack: 'true'

build-and-test-nuget-test:
name: Build and Test - NuGetTest solution
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@dev
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@issue/OFFI-238
with:
parent-job-name: nuget-solution
build-directory: NuGetTest
timeout-minutes: 20
# This way, we can see Node.js build issues in the build log.
build-verbosity: minimal
dotnet-test-process-timeout: 480000
enable-corepack: 'true'


spelling:
Expand Down

0 comments on commit b60e9c5

Please sign in to comment.