From ed931fd62ec3d70ddd2cda759461bc3790055a44 Mon Sep 17 00:00:00 2001 From: Mike Alfare Date: Sat, 27 Jan 2024 17:58:23 -0500 Subject: [PATCH] test empty script --- .github/actions/setup-postgres-linux/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-postgres-linux/action.yml b/.github/actions/setup-postgres-linux/action.yml index 4170dc70..9d737197 100644 --- a/.github/actions/setup-postgres-linux/action.yml +++ b/.github/actions/setup-postgres-linux/action.yml @@ -11,6 +11,6 @@ runs: - name: Configure the database # run: sudo -u postgres psql -f setup_test_database.sql - run: echo.sh + run: ./echo.sh shell: bash working-directory: ./scripts