Skip to content

Commit

Permalink
@fixup Add a CI job to retag MRI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andrykonchin committed Oct 24, 2024
1 parent 7d29259 commit 7b59038
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,7 @@ local part_definitions = {

retag_mri_tests: {
run+: jt(["retag", "test/mri/tests/**/*test*.rb"]) + [
["ls", "test/mri/tests/**/*test*.rb"],
["set-export", "DATE", ["date", "+%F"]],
["set-export", "TRUFFLERUBY_BRANCH", "retag-mri-tests-$DATE"],
["git", "checkout", "-b", "$TRUFFLERUBY_BRANCH"],
Expand Down

0 comments on commit 7b59038

Please sign in to comment.