Skip to content

Commit

Permalink
fix(ci): remove unnecessary step
Browse files Browse the repository at this point in the history
  • Loading branch information
emmenko committed Jul 15, 2020
1 parent 5e0c37f commit 2654cb9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,6 @@ jobs:
CYPRESS_LOGIN_PASSWORD: ${{ secrets.CYPRESS_LOGIN_PASSWORD }}
CYPRESS_PROJECT_KEY: ${{ secrets. CYPRESS_PROJECT_KEY }}

- name: Preparing Starter template application environment
run: cp .env.template .env
working-directory: application-templates/starter

- name: Building Starter template application
run: yarn template-starter:build

Expand Down

0 comments on commit 2654cb9

Please sign in to comment.