From 22def5e4c08510c166a7573e6eae90e093c1f11b Mon Sep 17 00:00:00 2001 From: so-c Date: Sun, 31 Jul 2022 07:23:49 +0900 Subject: [PATCH] =?UTF-8?q?SO-C#19=20Actions=E3=81=AB=E5=B0=82=E7=94=A8?= =?UTF-8?q?=E3=81=AE.env=E3=82=92=E4=BD=9C=E3=82=8B=E5=87=A6=E7=90=86?= =?UTF-8?q?=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 195b3c966f..113fc6521e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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