Skip to content

Commit

Permalink
fix quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
ychiucco committed Dec 9, 2024
1 parent 5b3e06f commit e9fb378
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
psql ${{ steps.postgres.outputs.connection-uri }} -c "CREATE USER fractal WITH PASSWORD 'postgres';"
psql ${{ steps.postgres.outputs.connection-uri }} -c "GRANT ALL PRIVILEGES ON DATABASE \"pytest-fractal-client\" TO fractal;"
psql ${{ steps.postgres.outputs.connection-uri }} -c "ALTER USER fractal CREATEDB;"
psql ${{ steps.postgres.outputs.connection-uri }} -c \"ALTER SCHEMA public OWNER TO fractal;\"
psql ${{ steps.postgres.outputs.connection-uri }} -c \"GRANT ALL PRIVILEGES ON SCHEMA public TO fractal;\"
psql ${{ steps.postgres.outputs.connection-uri }} -c "ALTER SCHEMA public OWNER TO fractal;"
psql ${{ steps.postgres.outputs.connection-uri }} -c "GRANT ALL PRIVILEGES ON SCHEMA public TO fractal;"
- name: Test with pytest
env:
Expand Down

0 comments on commit e9fb378

Please sign in to comment.