From dd447b51e1d6fde38ce454123f4b37785ad23cdf Mon Sep 17 00:00:00 2001 From: Naoto Ono Date: Mon, 10 Jul 2023 16:32:22 +0900 Subject: [PATCH 1/3] fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c46a5d058..72db46d00 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![Ruby](https://github.com/ruby/debug/actions/workflows/ruby.yml/badge.svg?branch=master)](https://github.com/ruby/debug/actions/workflows/ruby.yml?query=branch%3Amaster) [![Protocol](https://github.com/ruby/debug/actions/workflows/protocol.yml/badge.svg)](https://github.com/ruby/debug/actions/workflows/protocol.yml) -# debug.rb +# debug.r This library provides debugging functionality to Ruby (MRI) 2.6 and later. From 109460b8a2695ce72a0f3def059e1e998b898e76 Mon Sep 17 00:00:00 2001 From: Naoto Ono Date: Mon, 10 Jul 2023 16:32:44 +0900 Subject: [PATCH 2/3] fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72db46d00..c46a5d058 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![Ruby](https://github.com/ruby/debug/actions/workflows/ruby.yml/badge.svg?branch=master)](https://github.com/ruby/debug/actions/workflows/ruby.yml?query=branch%3Amaster) [![Protocol](https://github.com/ruby/debug/actions/workflows/protocol.yml/badge.svg)](https://github.com/ruby/debug/actions/workflows/protocol.yml) -# debug.r +# debug.rb This library provides debugging functionality to Ruby (MRI) 2.6 and later. From c5b7c30f3c60644327c9c78d5b416c816b31f47e Mon Sep 17 00:00:00 2001 From: Naoto Ono Date: Mon, 10 Jul 2023 16:34:25 +0900 Subject: [PATCH 3/3] fix --- .github/workflows/lauchable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lauchable.yml b/.github/workflows/lauchable.yml index aeda24f86..51f25f564 100644 --- a/.github/workflows/lauchable.yml +++ b/.github/workflows/lauchable.yml @@ -56,7 +56,7 @@ jobs: run: | bundle exec rake clobber bundle exec rake compile - TESTOPTS="--runner=junitxml --junitxml-output-file=protocol.xml" bundle exec rake test_protocol ; TESTOPTS="--runner=junitxml --junitxml-output-file=console.xml" bundle exec rake test_console + TESTOPTS="--runner=junitxml --junitxml-output-file=protocol.xml" bundle exec rake test_protocol - name: launchable record tests run: launchable record tests file *.xml if: always()