Skip to content

Commit

Permalink
Remove the lockfile before running CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Edouard-chin committed Jan 8, 2025
1 parent 5dd8558 commit 060f408
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Remove lockfile
run: rm Gemfile.lock
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 060f408

Please sign in to comment.