From 7c4bba0b8130c2e4301e223b22723af16b1c4c1c Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 19 Oct 2023 15:52:19 +0900 Subject: [PATCH] Use bundle exec --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f409631..f9db9b5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,4 +24,4 @@ jobs: ruby-version: ${{ matrix.ruby }} bundler-cache: true - name: Run test - run: rake test + run: bundle exec rake test