소스 검색

Update test.yml

Jong Wook Kim 1 년 전
부모
커밋
5f957da5ca
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/test.yml

+ 1 - 1
.github/workflows/test.yml

@@ -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