Skip to content

Commit

Permalink
restore .env to check if tests would pass
Browse files Browse the repository at this point in the history
  • Loading branch information
kingjia90 committed Mar 11, 2024
1 parent b8f265a commit 64eb74b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/ci/files/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
APP_ENV=test
APP_DEBUG=true
1 change: 1 addition & 0 deletions .github/ci/scripts/setup-environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ set -eu
mkdir -p var/config
mkdir -p bin

cp .github/ci/files/.env .
cp -r .github/ci/files/config/. config
cp -r .github/ci/files/templates/. templates
cp -r .github/ci/files/bin/console bin/console
Expand Down

0 comments on commit 64eb74b

Please sign in to comment.