Skip to content

Commit

Permalink
tryfix-ci
Browse files Browse the repository at this point in the history
c4ffein committed Aug 4, 2024

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent 166d5a1 commit e0cac18
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test-django-postgresql.yml
Original file line number Diff line number Diff line change
@@ -19,7 +19,8 @@ jobs:
run: |
sudo systemctl start postgresql.service
pg_isready
sudo -u postgres createuser -s -d -r -w runner
sudo -u postgres createdb db
echo 0000 | sudo -u postgres createuser -s -d -r -w -P runner
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
@@ -35,4 +36,4 @@ jobs:
- name: Run Tests
run: |
. venv/bin/activate
make test-django DATABASE_URL=postgresql://runner@localhost:5432/db
make test-django DATABASE_URL=postgresql://runner:0000@localhost:5432/db

0 comments on commit e0cac18

Please sign in to comment.