Update and rename ruby.yml to rspec.yml
This commit is contained in:
committed by
GitHub
parent
947bb8d3d5
commit
9ddecbcc0a
@@ -17,7 +17,7 @@ jobs:
|
|||||||
uses: actions/cache@v1
|
uses: actions/cache@v1
|
||||||
with:
|
with:
|
||||||
path: vendor/bundle
|
path: vendor/bundle
|
||||||
key: ${{ runner.os }}-gem-${{ hashFiles('**/Gemfile.lock') }}
|
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 with Rake
|
||||||
Reference in New Issue
Block a user