[前][次][番号順一覧][スレッド一覧]

ruby-changes:57350

From: Kazuhiro <ko1@a...>
Date: Wed, 28 Aug 2019 10:08:16 +0900 (JST)
Subject: [ruby-changes:57350] Kazuhiro NISHIYAMA: 330c2f7597 (master): Change name to `Tests (test-bundled-gems)`

https://git.ruby-lang.org/ruby.git/commit/?id=330c2f7597

From 330c2f7597a132281d37eeca999a4a069c8bc11a Mon Sep 17 00:00:00 2001
From: Kazuhiro NISHIYAMA <zn@m...>
Date: Wed, 28 Aug 2019 09:41:14 +0900
Subject: Change name to `Tests (test-bundled-gems)`


diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index e92e856..5e9304d 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -46,7 +46,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/ubuntu.yml#L46
           MSPECOPT: "-ff" # not using `-j` because sometimes `mspec -j` silently dies
         if: matrix.test_task != 'test-bundled-gems' && !contains(github.event.head_commit.message, '[ci skip]')
       # test-bundled-gems is separated for marking `continue-on-error` because it randomly fails.
-      - name: Tests
+      - name: Tests (test-bundled-gems)
         run: make -s ${{ matrix.test_task }}
         env:
           TESTOPTS: "-q --tty=no"
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]