diff --git a/.github/workflows/rspec.yml b/.github/workflows/rspec.yml index 002fe31d..ae977c20 100644 --- a/.github/workflows/rspec.yml +++ b/.github/workflows/rspec.yml @@ -20,10 +20,10 @@ jobs: key: ${{ runner.os }}-gem-${{ hashFiles('**/wpscan.gemspec') }} restore-keys: | ${{ runner.os }}-gem- - - name: Build and test with Rake + - name: Build and test run: | gem install bundler bundle config force_ruby_platform true bundle config path vendor/bundle bundle install --jobs 4 --retry 3 - bundle exec rake + bundle exec rspec