We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeba85d commit ea2a59aCopy full SHA for ea2a59a
.github/workflows/test.yml
@@ -75,6 +75,11 @@ jobs:
75
git clone https://github.com/vim-denops/denops.vim /tmp/denops.vim
76
echo "DENOPS_TEST_DENOPS_PATH=/tmp/denops.vim" >> "$GITHUB_ENV"
77
78
+ - name: Try switching denops branch
79
+ run: |
80
+ git -C /tmp/denops.vim switch ${{ github.head_ref || github.ref_name }} || true
81
+ git -C /tmp/denops.vim branch
82
+
83
- uses: rhysd/action-setup-vim@v1
84
id: vim
85
with:
0 commit comments