Skip to content

Commit 2c02faa

Browse files
authored
Make diagnostics more prominent in check-autogen-diff
1 parent ac660fe commit 2c02faa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
swift run -q --package-path Utilities WasmKitDevUtils vmgen >> vmgen.txt
2626
cat wasmgen.txt
2727
cat vmgen.txt
28-
test -s wasmgen.txt && echo 'Uncommitted changes made by `WasmKitDevUtils wasmgen`' && exit 1
29-
test -s vmgen.txt && echo 'Uncommitted changes made by `WasmKitDevUtils vmgen`' && exit 1
28+
test -s wasmgen.txt && echo '⚠️ Uncommitted changes made by `WasmKitDevUtils wasmgen`' && exit 1
29+
test -s vmgen.txt && echo '⚠️ Uncommitted changes made by `WasmKitDevUtils vmgen`' && exit 1
3030
3131
build-macos:
3232
strategy:

0 commit comments

Comments
 (0)