symlink .env_sample as .env.test (#16939)

* symlink .env_sample as .env.test

* Remove unneeded copy from test setup

Now that there's always a valid environment (.env.test) present, we
don't need the .env file for test setup.
This commit is contained in:
Daniel Uber 2022-03-22 09:32:50 -05:00 committed by GitHub
parent 198cc7d1ac
commit 837659892b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

1
.env.test Symbolic link
View file

@ -0,0 +1 @@
.env_sample

View file

@ -52,7 +52,6 @@ install:
- date --rfc-3339=seconds
- nvm install
- bundle config set path 'vendor/bundle'
- cp .env_sample .env
- bin/ci-bundle
- yarn install --frozen-lockfile
script: