From fff019bb0a4d11259afecab17887d8be2de692cf Mon Sep 17 00:00:00 2001 From: Ezra Varady Date: Mon, 23 Oct 2023 08:38:36 -1000 Subject: [PATCH] missed quotes --- .github/workflows/sanitizer-build-and-test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sanitizer-build-and-test.yaml b/.github/workflows/sanitizer-build-and-test.yaml index bfb386b2d..54e7893dc 100644 --- a/.github/workflows/sanitizer-build-and-test.yaml +++ b/.github/workflows/sanitizer-build-and-test.yaml @@ -153,8 +153,8 @@ jobs: #sudo chown -R postgres:postgres ${{ github.workspace }}/sanitizer #getent group postgres || sudo groupadd postgres #id -u postgres &>/dev/null || sudo useradd -g postgres postgres - initdb -A trust -D $PG_INSTALL_DIR/data" - postgres -D $PG_INSTALL_DIR/data >/tmp/postgres.log 2>&1 &" + initdb -A trust -D $PG_INSTALL_DIR/data + postgres -D $PG_INSTALL_DIR/data >/tmp/postgres.log 2>&1 & - name: make test run: |