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') }}
|
key: ${{ runner.os }}-gem-${{ hashFiles('**/wpscan.gemspec') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-gem-
|
${{ runner.os }}-gem-
|
||||||
- name: Build and test with Rake
|
- name: Build and test
|
||||||
run: |
|
run: |
|
||||||
gem install bundler
|
gem install bundler
|
||||||
bundle config force_ruby_platform true
|
bundle config force_ruby_platform true
|
||||||
bundle config path vendor/bundle
|
bundle config path vendor/bundle
|
||||||
bundle install --jobs 4 --retry 3
|
bundle install --jobs 4 --retry 3
|
||||||
bundle exec rake
|
bundle exec rspec
|
||||||
|
|||||||
Reference in New Issue
Block a user