Update test.yml

This commit is contained in:
Jong Wook Kim 2023-09-18 16:38:17 -07:00 committed by GitHub
parent 8b330df096
commit 5f957da5ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ jobs:
run: |
pip install -U pre-commit
pre-commit install --install-hooks
pre-commit run --from-ref=origin/${{ github.base_ref }} --to-ref=HEAD
pre-commit run --all-files
whisper-test:
needs: pre-commit
runs-on: ubuntu-latest