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 38b2adb commit 5f84769
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 5 deletions.
File renamed without changes.
23 changes: 23 additions & 0 deletions .github/workflows/empty-script.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Empty Workflow

on:
push:
branches:
- "main"
- "*.latest"
pull_request:

permissions: read-all

jobs:
integration:
name: Empty Workflow
runs-on: ubuntu-latest

steps:
- name: Check out repository
uses: actions/checkout@v4

- name: Run empty script
run: ./.github/scripts/empty_script.sh
shell: bash
9 changes: 4 additions & 5 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
integration:
name: Python ${{ matrix.python-version }}
runs-on: ubuntu-latest
timeout-minutes: 30

strategy:
fail-fast: false
Expand All @@ -42,15 +41,15 @@ jobs:
- name: Check out repository
uses: actions/checkout@v4

- name: Run empty script
run: ./.github/scripts/empty_script.sh
shell: bash

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

- name: Run empty script
run: ./.github/scripts/echo.sh
shell: bash

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

Expand Down

0 comments on commit 5f84769

Please sign in to comment.