Skip to content

Commit

Permalink
💚 update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zcubbs committed Aug 15, 2023
1 parent 6bd9d11 commit 6a85748
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,28 @@ jobs:

test:
runs-on: ubuntu-latest
services:
postgres:
image: postgres:14-alpine
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_DB: tlz
ports:
- 5432:5432
options: >-
--health-cmd pg_isready
--health-interval 10s
--health-timeout 5s
--health-retries 5
mailhog:
image: mailhog/mailhog
ports:
- 1025:1025
- 8025:8025
options: --health-cmd wget -T 10 -s http://localhost:8025 || exit 1

steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 6a85748

Please sign in to comment.