From f58fce7637e5a74c4213f7fd5db911a111750875 Mon Sep 17 00:00:00 2001 From: Johny Ho Date: Sat, 13 Apr 2024 23:55:00 -0400 Subject: [PATCH] wip --- .github/workflows/build_rails.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build_rails.yml b/.github/workflows/build_rails.yml index f6d9797b..b33a8d55 100644 --- a/.github/workflows/build_rails.yml +++ b/.github/workflows/build_rails.yml @@ -31,7 +31,6 @@ jobs: mv Gemfile.${{ matrix.version }} Gemfile bundle install --binstubs bundle update - bundle binstubs rails rails -v which -a rails - name: Run unit test