summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2020-09-27 14:26:38 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2020-09-27 14:26:38 +0900
commit9a951c09317032fd1c2a3b5506f70b5e83e0464b (patch)
tree6b0a2cfdf9bf8a6024e9ed93efb25555a5f2ac52 /.github
parent5e91b4bdb3e2889cc485b77c4ef29c4f5c364895 (diff)
Remove outdated comment [ci skip]
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/macos.yml1
-rw-r--r--.github/workflows/ubuntu.yml1
2 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 79264fd97c..6941dd443a 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -50,7 +50,6 @@ jobs:
working-directory: build
env:
RUBY_TESTOPTS: "-q --tty=no"
- # Remove minitest from TEST_BUNDLED_GEMS_ALLOW_FAILURES if https://github.com/seattlerb/minitest/pull/798 is resolved
TEST_BUNDLED_GEMS_ALLOW_FAILURES: "rexml"
- uses: k0kubun/action-slack@v2.0.0
with:
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index c69f73ed91..16e21063b2 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -73,7 +73,6 @@ jobs:
working-directory: build
env:
RUBY_TESTOPTS: "-q --tty=no"
- # Remove minitest from TEST_BUNDLED_GEMS_ALLOW_FAILURES if https://github.com/seattlerb/minitest/pull/798 is resolved
TEST_BUNDLED_GEMS_ALLOW_FAILURES: ""
- uses: k0kubun/action-slack@v2.0.0
with: