Skip to content

Commit

Permalink
Issue #131: Debug CI
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Detwiler <mike@detwiler.io>
  • Loading branch information
detwiler committed Dec 10, 2022
1 parent 2281ece commit 749ac05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,9 @@ jobs:
if: endsWith(matrix.image, 'centos7') != true
run: make install

# FIXME: figure out why vim-plug PlugInstall is failing on CentOS 7
- name: Integration Test
if: endsWith(matrix.image, 'centos7') != true
run: |
find $RUNNER_TEMP/.config/vim/$HOSTNAME/plugged/YouCompleteMe -name 'ycm_core*.so' | grep .
Expand Down

0 comments on commit 749ac05

Please sign in to comment.