Skip to content

Commit

Permalink
Fix tablespace name in the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
za-arthur committed Mar 11, 2024
1 parent f0a6e5b commit d6912c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: sudo -u postgres psql -c "CREATE TABLESPACE testts LOCATION '/tmp/testts'"

- name: Create 1testts tablespace
run: sudo -u postgres psql -c "CREATE TABLESPACE 1testts LOCATION '/tmp/1testts'"
run: sudo -u postgres psql -c "CREATE TABLESPACE \"1testts\" LOCATION '/tmp/1testts'"

- name: Test on PostgreSQL ${{ matrix.pg }}
run: pg-build-test
Expand Down

0 comments on commit d6912c9

Please sign in to comment.