From d6912c92e0da247c5548fcc8dcb703fddcaf4848 Mon Sep 17 00:00:00 2001 From: Artur Zakirov Date: Mon, 11 Mar 2024 14:52:48 +0100 Subject: [PATCH] Fix tablespace name in the workflow --- .github/workflows/regression.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/regression.yml b/.github/workflows/regression.yml index 14b401c..467efaf 100644 --- a/.github/workflows/regression.yml +++ b/.github/workflows/regression.yml @@ -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