Skip to content

Commit

Permalink
remove homebrew testing (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop authored May 2, 2024
1 parent 6f9f6cd commit 6672067
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 95 deletions.
77 changes: 0 additions & 77 deletions .github/workflows/test-dbt-installation-homebrew.yml

This file was deleted.

18 changes: 0 additions & 18 deletions .github/workflows/test-dbt-installation-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ on:
default: "all"
options:
- "all"
- "homebrew"
- "pip"
- "docker"
- "source"
Expand All @@ -34,23 +33,6 @@ on:
- cron: "0 9,13,18 * * *" # 9:00, 13:00, 18:00 UTC

jobs:
dbt-installation-homebrew:
if: >-
github.event_name == 'schedule'
|| (inputs.test-installation-method == 'all'
|| inputs.test-installation-method == 'homebrew')
strategy:
fail-fast: false
matrix:
package:
["dbt-postgres", "dbt-redshift", "dbt-snowflake", "dbt-bigquery"]

uses: ./.github/workflows/test-dbt-installation-homebrew.yml
with:
package_name: ${{ matrix.package }}
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_DEV_ADAPTER_ALERTS }}

dbt-installation-pip:
if: >-
Expand Down

0 comments on commit 6672067

Please sign in to comment.