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