Skip to content

Commit

Permalink
fixup! chore: add test job at CI
Browse files Browse the repository at this point in the history
  • Loading branch information
YasminTeles committed Mar 17, 2024
1 parent 4ad37bd commit 6972609
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/health-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,10 @@ jobs:
run: make check-scripts

Test:
name: Test install on macOS
runs-on: macos-14
timeout-minutes: 30
steps:
- name: Install Homebrew
run: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
env:
NONINTERACTIVE: 1

- name: Set up Homebrew PATH environment
run: echo "/usr/local/bin:/usr/bin:/bin" >> "${GITHUB_PATH}"

Expand Down

0 comments on commit 6972609

Please sign in to comment.