Skip to content

Commit

Permalink
chore(ci): Remove unnecessary step to create .env file from .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
wajeht committed Sep 3, 2024
1 parent 1687ba7 commit 1c9f53c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,6 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'

- name: Create .env file from .env.example
run: cp .env.example .env

- name: Install dependencies
run: npm i

Expand Down

0 comments on commit 1c9f53c

Please sign in to comment.