Skip to content

Commit

Permalink
car docs diff bot: don't ignore failures
Browse files Browse the repository at this point in the history
we have a test for this, so if that fails, doesn't matter if this fails too
  • Loading branch information
sshane committed Aug 3, 2023
1 parent f18ff75 commit 6ad6191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/selfdrive_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,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") || true
output=$(${{ env.RUN }} "python selfdrive/debug/print_docs_diff.py --path /tmp/openpilot_cache/base_car_info")
output="${output//$'\n'/'%0A'}"
echo "::set-output name=diff::$output"
- name: Find comment
Expand Down

0 comments on commit 6ad6191

Please sign in to comment.