Skip to content

Commit

Permalink
#19 fix invalid syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
so-c committed Jul 29, 2022
1 parent 1f40b94 commit 9d9b912
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9d9b912

Please sign in to comment.