Skip to content

Commit

Permalink
env file
Browse files Browse the repository at this point in the history
  • Loading branch information
osundwajeff committed Jan 19, 2024
1 parent 476ea1e commit 27eae16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Run docker-compose services
working-directory: .
run: |
cp .template.test.env .env
cp .example.env .env
docker compose build
docker compose up -d db; sleep 180; docker compose up -d
- name: Test django endpoint
Expand Down

0 comments on commit 27eae16

Please sign in to comment.