Skip to content

Commit

Permalink
ci: cp .env.sample .env.local
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroppy committed Feb 21, 2024
1 parent 7ce49c3 commit 929621f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-node
### 👉 please remove ###
- run: cp ./.env.sample ./.env.local
### 👉 please remove ###
- run: pnpm dev:db:setup
env:
POSTGRES_URL: "postgresql://dev:1234@localhost:5432/dev?schema=public"
Expand All @@ -60,8 +60,8 @@ jobs:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-node
- run: pnpm exec playwright install chromium
### 👉 please remove ###
- run: cp ./.env.sample ./.env.local
### 👉 please remove ###
- run: pnpm dev:db:setup
env:
POSTGRES_URL: "postgresql://dev:1234@localhost:5432/dev?schema=public"
Expand Down

0 comments on commit 929621f

Please sign in to comment.