From d128a74480a43ed6ee485f640e69a9c4aa78b629 Mon Sep 17 00:00:00 2001 From: Mike Alfare Date: Mon, 29 Jan 2024 18:19:39 -0500 Subject: [PATCH] call script directly --- .github/workflows/integration-tests.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 47e53400..5498c7c1 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -37,8 +37,11 @@ jobs: - name: Check out repository uses: actions/checkout@v3 - - name: Setup postgres - uses: ./.github/actions/setup-postgres-linux + - name: Run script + shell: bash + run: ./scripts/my-script.sh +# - name: Setup postgres +# uses: ./.github/actions/setup-postgres-linux - name: Setup `hatch` uses: dbt-labs/dbt-adapters/.github/actions/setup-hatch@main