Skip to content

Commit

Permalink
update CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
Changaco committed Jan 8, 2025
1 parent af8888c commit 713c0d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
sudo systemctl status [email protected]
ls -la /var/run/postgresql/
- name: Set libpq environment variables
run: echo PGPORT=5433 >>$GITHUB_ENV
run: echo PGPORT=5432 >>$GITHUB_ENV
- name: Create the database user
run: sudo -E -u postgres createuser --superuser $(whoami)
- name: Create the test database
Expand All @@ -49,7 +49,7 @@ jobs:
- name: Install tox
run: pip install tox
- name: Write liberapay environment file for tests
run: echo 'DATABASE_URL="port=5433 dbname=liberapay_tests"' >tests/local.env
run: echo 'DATABASE_URL="port=5432 dbname=liberapay_tests"' >tests/local.env
- name: Run the tests
run: tox
- name: Upload coverage reports to Codecov
Expand Down

0 comments on commit 713c0d5

Please sign in to comment.