Skip to content

Commit

Permalink
updated .env name
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanda Eames authored and Amanda Eames committed Mar 29, 2024
1 parent 4d60f22 commit dd42d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/global-api-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit dd42d7c

Please sign in to comment.