diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 0125d39b..277288ff 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -44,6 +44,7 @@ jobs: run: | git config user.email "github-actions[bot]@users.noreply.github.com" git config user.name "github-actions[bot]" + cd app git add -f .env.server git commit -m "Add .env.server file" -a || echo "No changes to commit" git push