From 42cadee5532c52fb5e08dfeee32ff1c5e37ed4dc Mon Sep 17 00:00:00 2001 From: kojix2 <2xijok@gmail.com> Date: Sun, 11 Jul 2021 08:42:30 +0900 Subject: [PATCH] Improved CI Remove needless line --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fa8189f..f3c0756 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,4 @@ jobs: with: ruby-version: ${{ matrix.ruby }} bundler-cache: true - - run: gem install bundler - - run: bundle install - run: bundle exec rake test