From 254e3de2d6b405f844336c29fdeee4572ccf8440 Mon Sep 17 00:00:00 2001 From: Mike Alfare Date: Mon, 29 Jan 2024 18:27:09 -0500 Subject: [PATCH] swap with real script --- .github/actions/setup-postgres-linux/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/setup-postgres-linux/action.yml b/.github/actions/setup-postgres-linux/action.yml index cc38e9d6..9f905b1c 100644 --- a/.github/actions/setup-postgres-linux/action.yml +++ b/.github/actions/setup-postgres-linux/action.yml @@ -14,5 +14,5 @@ runs: - name: Configure the database shell: bash run: | - sudo chmod +x ./scripts/my-script.sh - sudo -u postgres bash ./scripts/my-script.sh + sudo chmod +x ./scripts/setup_test_database.sql + sudo -u postgres psql -f ./scripts/setup_test_database.sql