Skip to content

Commit

Permalink
missed quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
ezra-varady committed Oct 23, 2023
1 parent d156a54 commit fff019b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sanitizer-build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit fff019b

Please sign in to comment.