Update and rename ruby.yml to rspec.yml

This commit is contained in:
Christian Mehlmauer
2019-11-26 23:22:46 +01:00
committed by GitHub
parent 947bb8d3d5
commit 9ddecbcc0a

View File

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