Skip to content

Commit

Permalink
fix(ci): exclude ghostty from the casks test
Browse files Browse the repository at this point in the history
  • Loading branch information
rami3l authored Sep 4, 2024
1 parent 3b6f1ee commit b90b8ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,7 @@ jobs:
- uses: actions/checkout@v4
- name: Test install
run: |
# Installing ghostty currently requires org membership,
# so we skip it in this test for now.
rm Casks/ghostty.rb
brew install Casks/*.rb

0 comments on commit b90b8ee

Please sign in to comment.