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