Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
osundwajeff committed Jan 19, 2024
1 parent 27eae16 commit 522745c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
working-directory: .
run: |
cp .example.env .env
sed -i 's/context: deployment\/docker-s3-bucket/context: .\n dockerfile: .\/deployment\/docker-s3-bucket\/Dockerfile/' docker-compose.yml
docker compose build
docker compose up -d db; sleep 180; docker compose up -d
- name: Test django endpoint
Expand Down

0 comments on commit 522745c

Please sign in to comment.