aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorStephan Seitz <stephan.seitz@fau.de>2022-01-21 20:40:25 +0100
committerStephan Seitz <stephan.seitz@fau.de>2022-01-21 22:06:17 +0100
commit5f30cec075d0de758c4aecc0a1e155fe4d66118f (patch)
treec1741970a38d1275452246833aa15cbccd669ecb /.github
parentci: fix cache path on Windows (diff)
downloadnvim-treesitter-5f30cec075d0de758c4aecc0a1e155fe4d66118f.tar
nvim-treesitter-5f30cec075d0de758c4aecc0a1e155fe4d66118f.tar.gz
nvim-treesitter-5f30cec075d0de758c4aecc0a1e155fe4d66118f.tar.bz2
nvim-treesitter-5f30cec075d0de758c4aecc0a1e155fe4d66118f.tar.lz
nvim-treesitter-5f30cec075d0de758c4aecc0a1e155fe4d66118f.tar.xz
nvim-treesitter-5f30cec075d0de758c4aecc0a1e155fe4d66118f.tar.zst
nvim-treesitter-5f30cec075d0de758c4aecc0a1e155fe4d66118f.zip
ci: stop uploading artifacts (binary release archives soonish?)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/check-query-files-and-compilation.yml5
-rw-r--r--.github/workflows/tests.yml2
2 files changed, 1 insertions, 6 deletions
diff --git a/.github/workflows/check-query-files-and-compilation.yml b/.github/workflows/check-query-files-and-compilation.yml
index c1f3d0def..58c53a7e5 100644
--- a/.github/workflows/check-query-files-and-compilation.yml
+++ b/.github/workflows/check-query-files-and-compilation.yml
@@ -87,11 +87,6 @@ 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 (Unix)
if: matrix.os != 'windows-2022'
run: nvim --headless -c "luafile ./scripts/check-queries.lua" -c "q"
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 03644bc24..13acf8240 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -58,7 +58,7 @@ jobs:
path: |
./parser/
~/AppData/Local/nvim/pack/nvim-treesitter/start/nvim-treesitter/parser/
- key: ${{ matrix.os }}-${{ matrix.cc }}-${{ matrix.nvim_tag }}-parsers-v1-${{ hashFiles('./lockfile.json', './lua/nvim-treesitter/parsers.lua', './lua/nvim-treesitter/install.lua', './lua/nvim-treesitter/shell_selectors.lua') }}
+ key: ${{ matrix.os }}-${{ matrix.cc }}-parsers-v1-${{ hashFiles('./lockfile.json', './lua/nvim-treesitter/parsers.lua', './lua/nvim-treesitter/install.lua', './lua/nvim-treesitter/shell_selectors.lua') }}
- name: ccache
if: matrix.os != 'windows-2022'