Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
stijndcl committed May 6, 2024
1 parent c0f0db8 commit 3e1e63a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
test:
env:
RAILS_ENV: "test"
TEST_DATABASE_URL: "pg://unipept:[email protected]:5432/unipept_test"
TEST_DATABASE_URL: "postgresql://unipept:[email protected]:5432/unipept_test"
runs-on: ubuntu-latest
services:
psql:
Expand Down

0 comments on commit 3e1e63a

Please sign in to comment.