Skip to content

Commit

Permalink
#19 文法誤りを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
so-c committed Jul 30, 2022
1 parent 22def5e commit 71154a7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,14 @@ jobs:
- run: npm run lint
- run: npm run markdownlint
- run: npm run test:unit
- name: E2E Testing
- name: Checkout Engine
uses: actions/checkout@master
with:
repository: VOICEVOX/voicevox_engine
path: ./voicevox_engine
- name: Configure .env
run: (Get-Content ./.env.production) -replace "run.exe", "./voicevox_engine/run.py" > .env
shell: pwsh
- run: npm run test:e2e
- name: End to End Testing
run: npm run test:e2e
- run: npm run electron:build_pnever

0 comments on commit 71154a7

Please sign in to comment.