Skip to content

Commit 9de9bd2

Browse files
committed
Adding e,f as build paths.
1 parent bd9c2b2 commit 9de9bd2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dotnet-core-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
strategy:
4949
fail-fast: false
5050
matrix:
51-
test: [a,b,c,d]
51+
test: [a,b,c,d,e,f]
5252
steps:
5353
- uses: actions/checkout@v3
5454
with:

.github/workflows/dotnet-core-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
strategy:
4646
fail-fast: false
4747
matrix:
48-
test: [a,b,c,d]
48+
test: [a,b,c,d,e,f]
4949
steps:
5050
- uses: actions/checkout@v3
5151
with:

0 commit comments

Comments
 (0)