Skip to content

Commit 1d67398

Browse files
committed
Fix
1 parent f8547ac commit 1d67398

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
@@ -54,7 +54,7 @@ jobs:
5454
# NOTE: We disable playwright tests when buf is not installed on the system $PATH
5555
# for now so we don't have the extension attempting to resolve the installation.
5656
# We'll need to find a way to intercept the call from playwright's VS Code extension.
57-
if: runner.os == 'macOS' && matrix.buf-bin=setup == 'buf-on-path'
57+
if: runner.os == 'macOS' && matrix.buf-bin-setup == 'buf-on-path'
5858
- name: check diff
5959
run: node scripts/gh-diffcheck.mjs
6060
- name: upload-playwright-test-results

0 commit comments

Comments
 (0)