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