debug #2
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Debug | |
on: | |
push: | |
branches: [debug] | |
jobs: | |
test: | |
runs-on: macos-latest | |
name: Test on mac | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v3 | |
- name: Update bash | |
run: brew install bash | |
- name: Install bashly | |
run: brew install ruby && brew install brew-gem && brew gem install bashly | |
- name: Test | |
run: | | |
bashly --version | |
completely --version | |
bashly completions --install | |
# - name: Setup tmate session | |
# uses: mxschmitt/action-tmate@v3 |