Skip to content

Commit

Permalink
.github: DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaofengli committed Jan 22, 2024
1 parent b120ba7 commit 4e7a272
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,23 @@ jobs:
sudo rm /etc/bashrc
./ci/activate-example.sh migrate
- name: DEBUG
run: |
ls -lah /usr/local/Homebrew
ls -lah /usr/local/Homebrew/Library
ls -lah /usr/local/Homebrew/Library/Homebrew
ls -lah /usr/local/Homebrew/Library/Homebrew/vendor/**
- name: Check that we can still use the unbound package
run: $(brew --prefix)/sbin/unbound -V

- name: Check that we can still use the tap that we added imperatively
run: brew install koekeishiya/formulae/yabai

- name: Setup tmate session
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3

#- name: Migrate to fully-declarative tap management
# run: |
# false

0 comments on commit 4e7a272

Please sign in to comment.