Skip to content

Commit d271b56

Browse files
renemadsenclaude
andcommitted
ci: add group p (payroll export) to Playwright test matrix
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 2c9c293 commit d271b56

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
@@ -88,7 +88,7 @@ jobs:
8888
strategy:
8989
fail-fast: false
9090
matrix:
91-
test: [a,b,c,d,e,f,g,h,i,j,k,l,m,n,o]
91+
test: [a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p]
9292
steps:
9393
- uses: actions/checkout@v3
9494
with:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
strategy:
8282
fail-fast: false
8383
matrix:
84-
test: [a,b,c,d,e,f,g,h,i,j,k,l,m,n,o]
84+
test: [a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p]
8585
steps:
8686
- uses: actions/checkout@v3
8787
with:

0 commit comments

Comments
 (0)