We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d717cf commit 37edfffCopy full SHA for 37edfff
.github/workflows/build.yaml
@@ -57,7 +57,7 @@ jobs:
57
# NOTE: We disable playwright tests when buf is not installed on the system $PATH
58
# for now so we don't have the extension attempting to resolve the installation.
59
# 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'
+ if: (runner.os == 'macOS' || runner.os == 'windows') && matrix.buf-bin-setup == 'buf-on-path'
61
- name: check diff
62
run: node scripts/gh-diffcheck.mjs
63
- name: upload-playwright-test-results
0 commit comments