diff --git a/.github/actions/setup-postgres-linux/action.yml b/.github/actions/setup-postgres-linux/action.yml index 285c2cb3..1c8fc772 100644 --- a/.github/actions/setup-postgres-linux/action.yml +++ b/.github/actions/setup-postgres-linux/action.yml @@ -7,5 +7,4 @@ runs: run: | sudo systemctl start postgresql.service pg_isready - chmod +x ${{ github.action_path }}/setup_db.sh sudo -u postgres bash ${{ github.action_path }}/setup_db.sh