Skip to content

Commit

Permalink
#19 Actionsに専用の.envを作る処理を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
so-c committed Jul 30, 2022
1 parent 139ebad commit 22def5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,7 @@ jobs:
with:
repository: VOICEVOX/voicevox_engine
path: ./voicevox_engine
run: (Get-Content ./.env.production) -replace "run.exe", "./voicevox_engine/run.py" > .env
shell: pwsh
- run: npm run test:e2e
- run: npm run electron:build_pnever

0 comments on commit 22def5e

Please sign in to comment.