release pre-commit: test translations (#27017)

we should be able to run on the stripped dir now
pull/27020/head
Shane Smiskol 2 years ago committed by GitHub
parent 2c5a952a1c
commit 3efb22e82b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/selfdrive_tests.yaml

@ -61,7 +61,7 @@ jobs:
cp .pylintrc $STRIPPED_DIR cp .pylintrc $STRIPPED_DIR
cp mypy.ini $STRIPPED_DIR cp mypy.ini $STRIPPED_DIR
cd $STRIPPED_DIR cd $STRIPPED_DIR
${{ env.RUN }} "SKIP=test_translations pre-commit run --all" ${{ env.RUN }} "pre-commit run --all"
build_all: build_all:
name: build all name: build all

Loading…
Cancel
Save