diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index e344e39..dd760a6 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -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