Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
ci(#61): use host network
Browse files Browse the repository at this point in the history
  • Loading branch information
FoseFx committed Oct 25, 2022
1 parent 90f7eab commit c2e5532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
chmod +x migrate.sh
sudo mv migrate /usr/bin
- name: Prepare Postgres
run: docker run --rm -p 5432:5432 -d -e POSTGRES_PASSWORD=ci postgres
run: docker run --rm -p 5432:5432 --network="host" -d -e POSTGRES_PASSWORD=ci postgres
- name: Set up .env
run: |
echo "POSTGRES_HOST=localhost" >> .env
Expand Down

0 comments on commit c2e5532

Please # to comment.