diff --git a/.github/actions/setup-postgres-linux/action.yml b/.github/actions/setup-postgres-linux/action.yml index 651e081f..2215dfc9 100644 --- a/.github/actions/setup-postgres-linux/action.yml +++ b/.github/actions/setup-postgres-linux/action.yml @@ -12,8 +12,5 @@ runs: shell: bash - name: Configure the database - run: | - chmod +x setup_postgres_linux.sh - sudo -u postgres bash setup_postgres_linux.sh + run: sudo -u postgres bash ./.github/scripts/setup_postgres_linux.sh shell: bash - working-directory: ./.github/scripts