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 27b4076 commit 069a6caCopy full SHA for 069a6ca
.github/workflows/runtime_build_and_test.yml
@@ -194,7 +194,7 @@ jobs:
194
if: steps.node_modules.outputs.cache-hit != 'true'
195
- run: |
196
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)
+ git diff || (echo "There was a change to the Fizz runtime. Run `yarn generate-inline-fizz-runtime` and check in the result." && false)
198
199
# ----- FEATURE FLAGS -----
200
flags:
0 commit comments