Skip to content

Commit

Permalink
needs env
Browse files Browse the repository at this point in the history
  • Loading branch information
Lobz committed May 28, 2024
1 parent 81c54dc commit fd595c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Copy .env
run: php -r "file_exists('.env') || copy('.env.cypress', '.env');"
- name: Install
run: ./deploy.sh
- name: Create Database
Expand Down

0 comments on commit fd595c6

Please sign in to comment.