Skip to content

Commit

Permalink
[Chore] Remove redundant cache, which is enabled by bundler-cache: true
Browse files Browse the repository at this point in the history
  • Loading branch information
luongvo committed Aug 24, 2023
1 parent f8303af commit cf19e76
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,20 +65,11 @@ jobs:
ruby-version: '2.7'
bundler-cache: true

- name: Cache gems
uses: actions/cache@v1
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('Gemfile') }}
restore-keys: |
${{ runner.os }}-gems-
- name: Run Danger to wrap up the review
env:
DANGER_GITHUB_API_TOKEN: ${{ secrets.DANGER_GITHUB_API_TOKEN }}
working-directory: ./sample
run: |
bundle config path vendor/bundle
bundle install
bundle exec danger
Expand Down

0 comments on commit cf19e76

Please sign in to comment.