Skip to content

Commit

Permalink
ci: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
branchvincent committed Jul 10, 2023
1 parent 6f9e9e0 commit 6536dca
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,12 @@ jobs:
run: brew install fish
- name: Lint
uses: pre-commit/action@v3.0.0
# - name: Run bootstrap
# run: DEBUG=1 bash -x bootstrap
bootstrap:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run bootstrap
run: DEBUG=1 bash -x ./bootstrap
- run: echo "DEBUG=1" >> $GITHUB_ENV
- run: echo "HOME=$(mktemp -d)" >> $GITHUB_ENV
# - run: brew install yadm
Expand Down

0 comments on commit 6536dca

Please sign in to comment.