Skip to content

Commit

Permalink
Use fully qualified brew coordinates for integration tests (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
hpmellema authored Feb 26, 2024
1 parent 255feee commit 04327b7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/integ.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@ jobs:
run: |
brew tap smithy-lang/tap
brew update
brew install smithy-cli
brew upgrade smithy-cli
brew install smithy-lang/tap/smithy-cli
brew upgrade smithy-lang/tap/smithy-cli
echo "Smithy CLI version $(smithy --version) installed"
- name: Execute integration tests
run: make test-all

0 comments on commit 04327b7

Please sign in to comment.