Car info diff comment: don't fail if car info structure changes (#25193)

Don't fail if car info structure changes
pull/25210/head
Shane Smiskol 3 years ago committed by GitHub
parent 7351384f15
commit b5e3678245
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/selfdrive_tests.yaml

@ -553,7 +553,7 @@ jobs:
id: save_diff
run: |
${{ env.RUN }} "scons -j$(nproc)"
output=$(${{ env.RUN }} "python selfdrive/debug/print_docs_diff.py --path /tmp/openpilot_cache/base_car_info")
output=$(${{ env.RUN }} "python selfdrive/debug/print_docs_diff.py --path /tmp/openpilot_cache/base_car_info") || true
output="${output//$'\n'/'%0A'}"
echo "::set-output name=diff::$output"
- name: Find comment

Loading…
Cancel
Save