diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index e6bacfd..5150956 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -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 \ No newline at end of file + run: npm run build