pre-commit: test translations (#25695)
* add test translations to precommit * fix test translations pre-commit hook * revert * fix that * add to release files add to release files * fix * don't run test on stripped dir * fix old-commit-hash: 6393d29b0437417fe15cbc9eca5c87534531e9bd
This commit is contained in:
2
.github/workflows/selfdrive_tests.yaml
vendored
2
.github/workflows/selfdrive_tests.yaml
vendored
@@ -62,7 +62,7 @@ jobs:
|
||||
cp .pylintrc $STRIPPED_DIR
|
||||
cp mypy.ini $STRIPPED_DIR
|
||||
cd $STRIPPED_DIR
|
||||
${{ env.RUN }} "pre-commit run --all"
|
||||
${{ env.RUN }} "SKIP=test_translations pre-commit run --all"
|
||||
|
||||
build_all:
|
||||
name: build all
|
||||
|
||||
Reference in New Issue
Block a user