Skip to content

Commit 069a6ca

Browse files
committed
Include Fizz runtime diff in CI
1 parent 27b4076 commit 069a6ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/runtime_build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194
if: steps.node_modules.outputs.cache-hit != 'true'
195195
- run: |
196196
yarn generate-inline-fizz-runtime
197-
git diff --quiet || (echo "There was a change to the Fizz runtime. Run `yarn generate-inline-fizz-runtime` and check in the result." && false)
197+
git diff || (echo "There was a change to the Fizz runtime. Run `yarn generate-inline-fizz-runtime` and check in the result." && false)
198198
199199
# ----- FEATURE FLAGS -----
200200
flags:

0 commit comments

Comments
 (0)