Skip to content

Commit

Permalink
Replaces all linuxbrew workarounds with Homebrew/actions/setup-homebr…
Browse files Browse the repository at this point in the history
…ew (#11)
  • Loading branch information
mike-carey authored Jul 28, 2023
1 parent c21abcf commit 9dd3872
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/validate-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
name: 'Run tests'
runs-on: ubuntu-latest
steps:
- run: echo "/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin" >> $GITHUB_PATH
- name: 'Setup Homebrew'
uses: Homebrew/actions/setup-homebrew@master
- uses: actions/checkout@v2
- run: brew install bats-core
- run: bats -r tests/*.bats
Expand Down

0 comments on commit 9dd3872

Please sign in to comment.