Skip to content

Commit

Permalink
#19 engineのcheckoutを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
so-c committed Jul 29, 2022
1 parent 1ebf188 commit 5d51194
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,10 @@ jobs:
- run: npm run lint
- run: npm run markdownlint
- run: npm run test:unit
- run: npm run test:e2e
- step: E2E Testing
uses: actions/checkout@master
with:
repository: VOICEVOX/voicevox_engine
path: ./voicevox_engine
run: npm run test:e2e
- run: npm run electron:build_pnever

0 comments on commit 5d51194

Please sign in to comment.