Skip to content

Commit e5c1758

Browse files
justin808claude
andcommitted
Update ci-rerun-failures to use new job name
Update reference from 'rspec-package-tests' to 'basic-gem-tests' to match the renamed job in gem-tests.yml workflow. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 63b25c7 commit e5c1758

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/ci-rerun-failures

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ fi
177177
# NOTE: Version numbers below must match .github/workflows/main.yml matrix configuration
178178
declare -A JOB_MAP
179179
JOB_MAP["lint-js-and-ruby"]="lint-js-and-ruby"
180-
JOB_MAP["rspec-package-tests"]="rspec-package-tests"
180+
JOB_MAP["basic-gem-tests"]="basic-gem-tests"
181181
JOB_MAP["package-js-tests"]="package-js-tests"
182182
JOB_MAP["dummy-app-integration-tests (3.4, 22, latest)"]="dummy-app-integration-tests"
183183
JOB_MAP["dummy-app-integration-tests (3.2, 20, minimum)"]="dummy-app-integration-tests"
@@ -190,7 +190,7 @@ run_command() {
190190
"lint-js-and-ruby")
191191
bundle exec rubocop && yarn run eslint --report-unused-disable-directives && yarn start format.listDifferent
192192
;;
193-
"rspec-package-tests")
193+
"basic-gem-tests")
194194
bundle exec rake run_rspec:gem
195195
;;
196196
"package-js-tests")

0 commit comments

Comments
 (0)