Skip to content

Commit

Permalink
Update basic.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leahwicz committed May 5, 2023
1 parent 6ec2cc0 commit 80d0b4f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,16 @@ jobs:
with:
python-version: "3.10"

- name: Update homebrew
- name: Update homebrew and cleanup
run: |
brew update
brew update
brew cleanup
- name: Brew doctor
run: |
brew doctor
- name: Add resources
- name: Add resources to formula
run: |
brew update-python-resources dbt-redshift-1.5.1.rb --package-name dbt-redshift
brew update-python-resources dbt-redshift-1.5.1.rb -d --package-name dbt-redshift

0 comments on commit 80d0b4f

Please sign in to comment.