Skip to content

Commit

Permalink
Update e2e-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vincanger committed Mar 4, 2024
1 parent 13d31fe commit 7fa2bb9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
- name: Setup Env Vars not in github secrets
run: |
cd app
ls -la
test -f .env.server && echo ".env.server exists" || echo ".env.server does not exist"
cp .env.server.example .env.server
- name: Commit and push if it's not up-to-date
Expand Down

0 comments on commit 7fa2bb9

Please sign in to comment.