Skip to content

Commit

Permalink
合わせる
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Jan 3, 2025
1 parent 00dd45a commit e4e7720
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
- name: Run npm run test:electron-e2e
run: |
# .env
cp .env.test-electron .env
cp tests/env/.env.test-electron .env
sed -i -e 's|"path/to/engine"|"${{ steps.download-engine.outputs.run_path }}"|' .env
# GitHub Actions 環境だとたまに50021が封じられていることがあるので、ランダムなポートを使うようにする
PORT=$(node -r net -e "server=net.createServer();server.listen(0,()=>{console.log(server.address().port);server.close()})")
Expand Down
16 changes: 0 additions & 16 deletions tests/env/.env.test-e2e

This file was deleted.

File renamed without changes.

0 comments on commit e4e7720

Please sign in to comment.