Skip to content

Commit b4c8d2a

Browse files
committed
Don't actually run the command to update the runtime
1 parent b4e7a70 commit b4c8d2a

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 --exit-code || (echo "There was a change to the Fizz runtime. Run `yarn generate-inline-fizz-runtime` and check in the result." && false)
197+
git diff --exit-code || (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)