mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-07-15 16:48:32 +08:00
Testing the branch strategy matrix concept to be used for the nightly build
This commit is contained in:
parent
1ad1aa278e
commit
1354e367b7
5
.github/workflows/compile.yml
vendored
5
.github/workflows/compile.yml
vendored
@ -15,10 +15,15 @@ jobs:
|
|||||||
run:
|
run:
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
branch: [dev, 1.10.x]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Clone repository
|
- name: Clone repository
|
||||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||||
|
with:
|
||||||
|
ref: ${{ matrix.branch }}
|
||||||
|
|
||||||
- name: Restore NuGet packages
|
- name: Restore NuGet packages
|
||||||
run: nuget restore src/Orchard.sln
|
run: nuget restore src/Orchard.sln
|
||||||
|
Loading…
Reference in New Issue
Block a user