From 951b76b698bb2536b651a62599fb0a1a53ff7392 Mon Sep 17 00:00:00 2001 From: Luc Hermitte Date: Sat, 17 Aug 2024 19:30:06 +0200 Subject: [PATCH] Make sure UT is seen --- .github/workflows/tests.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e5bfb6b..2ce2fd3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -44,8 +44,7 @@ jobs: # git config --global user.name 'CI' # git config --global init.defaultBranch 'master' - - name: Install Vim plugin dependencies - run: | - bundle exec rake dump install - - name: Run tests - run: bundle exec rake test + # - name: Install Vim plugin dependencies + # run: bundle exec rake dump install + - name: Install vim plugin dependencies & Run tests + run: bundle exec rake ci