Skip to content

Commit

Permalink
Add sdss user to test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Apr 17, 2024
1 parent ed85b38 commit a400199
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,11 @@ jobs:
env:
PGSERVICE: ${{ steps.postgres.outputs.service-name }}

- name: Create database
- name: Create database and user
run: |
createdb sdss5db_too_test
psql -c "CREATE EXTENSION q3c;" -d sdss5db_too_test
psql -c "CREATE USER sdss WITH SUPERUSER;" -d sdss5db_too_test
env:
PGSERVICE: ${{ steps.postgres.outputs.service-name }}

Expand Down

0 comments on commit a400199

Please sign in to comment.