Skip to content

Commit

Permalink
call script directly
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Jan 29, 2024
1 parent 5586097 commit d128a74
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d128a74

Please sign in to comment.