We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8890f97 commit 6619d0cCopy full SHA for 6619d0c
1 file changed
.github/workflows/macvim-buildtest.yaml
@@ -368,7 +368,7 @@ jobs:
368
if: startsWith(github.ref, 'refs/tags/') || !inputs.testgui
369
timeout-minutes: 30
370
run: |
371
- defaults delete org.vim.MacVim # Clean up stale states
+ defaults delete org.vim.MacVim || true # Clean up stale states
372
# Currently we don't run any non-src tests, as syntax tests are fragile and prone to spamming escape codes.
373
# This needs to be investigated and fixed upstream.
374
# MacVim is unlikely to introduce breaking changes in runtime files anyway.
0 commit comments