From 7d1e554d437a9a9ff3c930097ed1798691d56f04 Mon Sep 17 00:00:00 2001 From: Oleksandr Smirnov Date: Thu, 27 Feb 2025 20:54:06 +0200 Subject: [PATCH] just for some more tests --- .github/workflows/tests.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 546eaa3..82df078 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,6 +17,8 @@ jobs: - nightly runs-on: ${{ matrix.os }} steps: + - uses: actions/checkout@v3 + - name: Install Task uses: arduino/setup-task@v1 with: @@ -39,7 +41,8 @@ jobs: ./nvim.appimage --appimage-extract echo "/tmp/nvim/squashfs-root/usr/bin/" >> $GITHUB_PATH - - uses: actions/checkout@v3 + - name: Show Neovim version + run: nvim --version - name: Cache .tests uses: actions/cache@v4