Minor fixes

This commit is contained in:
Friedrich Lindenberg
2020-08-23 12:10:10 +02:00
parent a17f2c8d5c
commit 28109d6826
3 changed files with 8 additions and 13 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ jobs:
make test
- name: Run PostgreSQL tests
env:
DATABASE_URL: 'postgresql+psycopg2://postgres:postgres@127.0.0.1:${{ job.services.postgres.ports[5432] }}/dataset'
DATABASE_URL: 'postgresql://postgres:postgres@127.0.0.1:${{ job.services.postgres.ports[5432] }}/dataset'
run: |
make test
- name: Run MariaDB tests