Skip to content

Commit

Permalink
debug linux test
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 committed Oct 12, 2023
1 parent bfbc7f1 commit fc31ac5
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/brew-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,21 +47,21 @@ jobs:


# # debug formula on ubuntu
# formula-debug-ubuntu:
# runs-on: ubuntu-22.04
# if: github.event_name == 'pull_request'
# defaults:
# run:
# # simplify the debugging flow
# # https://docs.brew.sh/FAQ#why-should-i-install-homebrew-in-the-default-location
# working-directory: /home/linuxbrew/.linuxbrew/Homebrew/Library/Taps/homebrew/homebrew-core
# steps:
# # As brew got removed from the ubuntu-latest image, we need to install it
# # https://github.com/actions/runner-images/issues/6283
# - name: Set up Homebrew
# id: set-up-homebrew
# # https://github.com/Homebrew/actions/tree/master/setup-homebrew
# uses: Homebrew/actions/setup-homebrew@bc738ca370c95ed8d8b44c9b5fcba16e54f5218a
formula-debug-ubuntu:
runs-on: ubuntu-22.04
if: github.event_name == 'pull_request'
defaults:
run:
# simplify the debugging flow
# https://docs.brew.sh/FAQ#why-should-i-install-homebrew-in-the-default-location
working-directory: /home/linuxbrew/.linuxbrew/Homebrew/Library/Taps/homebrew/homebrew-core
steps:
# As brew got removed from the ubuntu-latest image, we need to install it
# https://github.com/actions/runner-images/issues/6283
- name: Set up Homebrew
id: set-up-homebrew
# https://github.com/Homebrew/actions/tree/master/setup-homebrew
uses: Homebrew/actions/setup-homebrew@bc738ca370c95ed8d8b44c9b5fcba16e54f5218a

# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

0 comments on commit fc31ac5

Please sign in to comment.