From d8b9e1028bc11f3337759f68f049cf0c07508218 Mon Sep 17 00:00:00 2001 From: Emily Rockman Date: Tue, 4 Mar 2025 11:27:15 -0600 Subject: [PATCH] remove obsolete action --- .github/actions/setup-postgres-linux/action.yml | 9 --------- .github/actions/setup-postgres-linux/setup_db.sh | 1 - 2 files changed, 10 deletions(-) delete mode 100755 .github/actions/setup-postgres-linux/action.yml delete mode 120000 .github/actions/setup-postgres-linux/setup_db.sh diff --git a/.github/actions/setup-postgres-linux/action.yml b/.github/actions/setup-postgres-linux/action.yml deleted file mode 100755 index a74595511b4..00000000000 --- a/.github/actions/setup-postgres-linux/action.yml +++ /dev/null @@ -1,9 +0,0 @@ -name: "Set up postgres (linux)" -description: "Set up postgres service on linux vm for dbt integration tests" -runs: - using: "composite" - steps: - - shell: bash - run: | - echo "Running setup_db.sh" - sudo -u postgres bash ${{ github.action_path }}/setup_db.sh diff --git a/.github/actions/setup-postgres-linux/setup_db.sh b/.github/actions/setup-postgres-linux/setup_db.sh deleted file mode 120000 index ee75ef5048c..00000000000 --- a/.github/actions/setup-postgres-linux/setup_db.sh +++ /dev/null @@ -1 +0,0 @@ -../../../test/setup_db.sh \ No newline at end of file