diff --git a/.github/workflows/global-api-develop.yml b/.github/workflows/global-api-develop.yml index d0310633f..bbe7b6e33 100644 --- a/.github/workflows/global-api-develop.yml +++ b/.github/workflows/global-api-develop.yml @@ -38,7 +38,7 @@ jobs: sleep 10 createuser -w -h localhost -p 5432 -U postgres citycatalyst createdb -w -h localhost -p 5432 -U postgres citycatalyst -O citycatalyst - cp env.example .env + cp env.sample .env - name: Build coverage file run: |