Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
berat-samli authored Mar 17, 2024
1 parent 62eb7fb commit d194132
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# test.yml
name: Run Django Tests
on:
@@ -8,6 +7,16 @@ on:
jobs:
test-django-app:
runs-on: ubuntu-latest
services:
postgres:
image: postgres:latest
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: 123
POSTGRES_DB: transcendenceDB
ports:
- 5432:5432
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
strategy:
fail-fast: false
matrix:

0 comments on commit d194132

Please sign in to comment.