Skip to content

Commit

Permalink
Make sure UT is seen
Browse files Browse the repository at this point in the history
  • Loading branch information
LucHermitte committed Aug 17, 2024
1 parent 951b76b commit 80ef3a0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,12 @@ jobs:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Setup Vim
uses: rhysd/action-setup-vim@v1
# uses: rhysd/action-setup-vim@v1
uses: thinca/action-setup-vim@v2
id: vim
with:
gui: yes
run: gvim --version

# - name: Set up Git
# run: |
Expand Down

0 comments on commit 80ef3a0

Please sign in to comment.