Update rspec.yml
This commit is contained in:
committed by
GitHub
parent
3b150df1af
commit
bfec63df41
4
.github/workflows/rspec.yml
vendored
4
.github/workflows/rspec.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user