Stevesolun commited on
Commit
dc90569
·
verified ·
1 Parent(s): d2f63fd

Sync ctx 5171262 (part 2)

Browse files

GitHub commit: 51712623108b1bb81db0a985600ef58069a3d21d

Files changed (1) hide show
  1. scripts/no_mistakes_run.sh +1 -1
scripts/no_mistakes_run.sh CHANGED
@@ -71,7 +71,7 @@ export PIP_DISABLE_PIP_VERSION_CHECK="${PIP_DISABLE_PIP_VERSION_CHECK:-1}"
71
 
72
  case "${action}" in
73
  fast)
74
- exec python scripts/local_fast_gate.py --profile pr "${@:2}"
75
  ;;
76
  test)
77
  exec python scripts/ci_preflight.py --profile pr
 
71
 
72
  case "${action}" in
73
  fast)
74
+ exec python scripts/local_fast_gate.py --profile pr --summary-json .gate/local-fast.json "${@:2}"
75
  ;;
76
  test)
77
  exec python scripts/ci_preflight.py --profile pr