Skip to content

Commit 56bdd7c

Browse files
committed
:(
1 parent d963361 commit 56bdd7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/test_gem/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ runs:
9191
shell: bash
9292
run: |
9393
echo "::group:: 💎 Install dependencies and generate appraisals 💎"
94-
rm Gemfile.lock
94+
rm -f Gemfile.lock
9595
bundle install
9696
9797
echo "::endgroup::"

0 commit comments

Comments
 (0)