Update rspec.yml

This commit is contained in:
Christian Mehlmauer
2019-11-26 23:26:35 +01:00
committed by GitHub
parent 3b150df1af
commit bfec63df41

View File

@@ -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