Skip to content

Commit

Permalink
Remove Gemfile.locks on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Oct 27, 2023
1 parent 93ee463 commit faaef0e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Remove Gemfile lock
run: |
rm $BUNDLE_GEMFILE.lock
- name: Install Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit faaef0e

Please sign in to comment.