Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Nsidorenco committed Dec 2, 2024
1 parent 3c8fe1f commit e068d38
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,12 @@ jobs:
with:
nvim_version: ${{ matrix.neovim_version }}

- name: output log
- name: Save neotest log
if: always() && steps.test.outcome == 'failure'
run: echo "$(cat ~/.local/state/nvim/neotest.log)" >> $GITHUB_OUTPUT
uses: actions/upload-artifact@v4
with:
name: neotest-log
path: ~/.local/state/nvim/neotest.log)

release:
name: release
Expand Down

0 comments on commit e068d38

Please sign in to comment.