Skip to content

Commit b8d64b2

Browse files
committed
Try running library tests on windows-latest as well with the workflow
1 parent 2abda8d commit b8d64b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pull-request.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,13 @@ jobs:
5555

5656
libraries:
5757
name: Libraries
58-
runs-on: ubuntu-latest
5958
needs: find-packages
6059
strategy:
6160
fail-fast: false
6261
matrix:
6362
lib: ${{ fromJson(needs.find-packages.outputs.libs) }}
63+
os: ['ubuntu-latest', 'windows-latest']
64+
runs-on: ${{ matrix.os }}
6465
defaults:
6566
run:
6667
working-directory: ${{ matrix.lib.directory }}

0 commit comments

Comments
 (0)