mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-05 03:56:26 +03:00
fix dade-check-main-only-files instructions (#18242)
This commit is contained in:
parent
f0b61ae589
commit
0d5c249edc
@ -24,7 +24,7 @@ if [[ -n "$SUSPECT_FILES" ]]; then
|
||||
The following modified files sit under a directory with 'main-only' targets:
|
||||
$SUSPECT_FILES
|
||||
|
||||
Consider putting a line with 'run-all-tests: true' in your PR description, or \`export DADE_SKIP_MAIN_ONLY_CHECK=1\` and try again.
|
||||
Consider putting a 'run-all-tests: true' line at the end of your commit message, or \`export DADE_SKIP_MAIN_ONLY_CHECK=1\` and try again.
|
||||
" >&2
|
||||
exit 1
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user