Skip to content

Commit d7fa6e3

Browse files
Add both Windows and Labs-Windows to matrix for repos to check against
1 parent 6e3a9e0 commit d7fa6e3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,7 @@ jobs:
307307
strategy:
308308
fail-fast: false # prevent one matrix pipeline from being cancelled if one fails, we want them both to run to completion.
309309
matrix:
310+
repo: [Windows, Labs-Windows]
310311
platform: [WinUI2, WinUI3]
311312

312313
env:
@@ -326,10 +327,10 @@ jobs:
326327
run: dotnet --info
327328

328329
# Modified - Check out the main repo's repository first
329-
- name: Checkout Main Repository
330+
- name: Checkout ${{ matrix.repo }} Repository
330331
uses: actions/checkout@v3
331332
with:
332-
repository: CommunityToolkit/Windows
333+
repository: CommunityToolkit/${{ matrix.repo }}
333334
ref: main
334335

335336
# Checks-out Current tooling changes as the submodule

0 commit comments

Comments
 (0)