Skip to content

Commit 37edfff

Browse files
Enable playwright tests on Windows
1 parent 5d717cf commit 37edfff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
# NOTE: We disable playwright tests when buf is not installed on the system $PATH
5858
# for now so we don't have the extension attempting to resolve the installation.
5959
# We'll need to find a way to intercept the call from playwright's VS Code extension.
60-
if: runner.os == 'macOS' && matrix.buf-bin-setup == 'buf-on-path'
60+
if: (runner.os == 'macOS' || runner.os == 'windows') && matrix.buf-bin-setup == 'buf-on-path'
6161
- name: check diff
6262
run: node scripts/gh-diffcheck.mjs
6363
- name: upload-playwright-test-results

0 commit comments

Comments
 (0)