Skip to content

Commit

Permalink
Using Build and Test Orchard Core with additional config.
Browse files Browse the repository at this point in the history
  • Loading branch information
Psichorex committed Oct 29, 2023
1 parent 99d86fa commit 9338832
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,12 @@ on:
jobs:
build-and-test:
name: Build and Test
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-dotnet.yml@dev
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@dev
with:
timeout-minutes: 5
machine-types: "['gitrunners-ubuntu-2204-x64-4vcpu']"
timeout-minutes: 20
build-create-binary-log: "true"
blame-hang-timeout: "5m"

spelling:
name: Spelling
Expand Down

0 comments on commit 9338832

Please sign in to comment.