From 0a91694766657072275f067f51c665162eb1be1a Mon Sep 17 00:00:00 2001 From: Lucas Hoffmann Date: Mon, 20 May 2024 11:35:04 +0200 Subject: [PATCH] fiixup --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d4d9f4d..2b0390e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -47,10 +47,11 @@ jobs: chmod +x nvim.appimage ./nvim.appimage --appimage-extract - name: Run the test suite - run: make test BUSTED='busted --exclude-tags=appimage${{ matrix.appimage-version == "v0.9.0" && "" || ",v10" }}' + run: make test env: TERM: dumb NVIMPAGER_NVIM: squashfs-root/usr/bin/nvim + BUSTED: busted --exclude-tags=appimage${{ matrix.appimage-version == "v0.9.0" && "" || ",v10" }} macos: runs-on: macos-latest