diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2b0390e..a4abfc1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -51,7 +51,7 @@ jobs: env: TERM: dumb NVIMPAGER_NVIM: squashfs-root/usr/bin/nvim - BUSTED: busted --exclude-tags=appimage${{ matrix.appimage-version == "v0.9.0" && "" || ",v10" }} + BUSTED: busted --exclude-tags=appimage${{ matrix.appimage-version == 'v0.9.0' && '' || ',v10' }} macos: runs-on: macos-latest