diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index 9b7cf29..c34c8f7 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -15,5 +15,4 @@ jobs: with: bundler-cache: true ruby-version: 3.2.2 - - run: bundle install - run: rake spec diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 71835d2..3afe64c 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -18,7 +18,6 @@ jobs: with: bundler-cache: true ruby-version: 3.2.2 - - run: bundle install - run: rake spec build: