diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f3c3d4d9bb..644110713e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -48,8 +48,8 @@ jobs: - run: npm run test:unit - name: E2E Testing uses: actions/checkout@3 - with: - repository: VOICEVOX/voicevox_engine - path: ./voicevox_engine + with: + repository: VOICEVOX/voicevox_engine + path: ./voicevox_engine - run: npm run test:e2e - run: npm run electron:build_pnever