Skip to content

Commit

Permalink
Updated pull-request.yml to remove step to create env file
Browse files Browse the repository at this point in the history
  • Loading branch information
ymaheshwari1 authored Jun 19, 2023
1 parent 8780678 commit c0bb978
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,5 @@ jobs:

- name: Install Dependencies
run: npm install
- name: Generate .env file
run: cp .env.example .env
- name: Build
run: npm run build
run: npm run build

0 comments on commit c0bb978

Please sign in to comment.