We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34c9c6d commit 8f5c251Copy full SHA for 8f5c251
.github/workflows/code-qa.yml
@@ -62,7 +62,10 @@ jobs:
62
run: npm run knip
63
64
test-extension:
65
- runs-on: ubuntu-latest
+ runs-on: ${{ matrix.os }}
66
+ strategy:
67
+ matrix:
68
+ os: [ubuntu-latest, windows-latest]
69
steps:
70
- name: Checkout code
71
uses: actions/checkout@v4
@@ -77,7 +80,10 @@ jobs:
77
80
run: npx jest --silent
78
81
79
82
test-webview:
83
84
85
86
87
88
89
0 commit comments