Skip to content

Commit

Permalink
test empty script
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Jan 27, 2024
1 parent ed931fd commit c2cefc2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/actions/setup-postgres-linux/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ runs:
shell: bash

- name: Configure the database
# run: sudo -u postgres psql -f setup_test_database.sql
run: ./echo.sh
run: sudo -u postgres psql -f setup_test_database.sql
shell: bash
working-directory: ./scripts
11 changes: 7 additions & 4 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,19 @@ jobs:
steps:
- name: Check out repository
uses: actions/checkout@v4
with:
persist-credentials: true

- name: Setup `hatch`
uses: dbt-labs/dbt-adapters/.github/actions/setup-hatch@config/release
with:
python-version: ${{ matrix.python-version }}

- name: Setup postgres
uses: ./.github/actions/setup-postgres-linux
- name: Run empty script
run: ./echo.sh
shell: bash
working-directory: ./scripts

# - name: Setup postgres
# uses: ./.github/actions/setup-postgres-linux

- name: Run integration tests
run: hatch run integration-tests:all
Expand Down

0 comments on commit c2cefc2

Please sign in to comment.