Skip to content

Commit b92d5af

Browse files
committed
Added matrix for api pipeline
1 parent 133301e commit b92d5af

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/api-ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ concurrency:
2121

2222
jobs:
2323
test:
24-
runs-on: ubuntu-latest
24+
strategy:
25+
matrix:
26+
os: [ubuntu-latest, windows-latest]
27+
runs-on: ${{ matrix.os }}
2528

2629
env:
2730
API_BASE_URL: ${{ secrets.API_BASE_URL }}

0 commit comments

Comments
 (0)