diff --git a/.github/workflows/pr_verification.yml b/.github/workflows/pr_verification.yml index 7263862..ce4d87b 100644 --- a/.github/workflows/pr_verification.yml +++ b/.github/workflows/pr_verification.yml @@ -25,6 +25,11 @@ jobs: bundler-cache: true cache-version: 0 + - name: Install gems + run: | + gem install bundler + bundle install --jobs 4 --retry 3 + # - name: Setup Pages # id: pages # uses: actions/configure-pages@v3