mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
ci: upload artifacts before check
This could provide better possibilities to investigate a failed CI.
This commit is contained in:
parent
6cefdf3bab
commit
24edc5d93f
1 changed files with 5 additions and 5 deletions
|
|
@ -54,14 +54,14 @@ jobs:
|
|||
run: cp -r ~/AppData/Local/nvim/pack/nvim-treesitter/start/nvim-treesitter/parser/* parser
|
||||
shell: bash
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: parsers-${{ matrix.os }}-${{ matrix.cc }}-x86_64
|
||||
path: parser/*
|
||||
|
||||
- name: Check query files (Windows)
|
||||
if: matrix.os == 'windows-latest'
|
||||
env:
|
||||
ALLOWED_INSTALLATION_FAILURES: haskell
|
||||
run: C:\\tools\\neovim\\Neovim\\bin\\nvim.exe --headless -c "luafile ./scripts/check-queries.lua" -c "q"
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: parsers-${{ matrix.os }}-${{ matrix.cc }}-x86_64
|
||||
path: parser/*
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue