From a80906a7147c6e67e5f6c15c2e414126b019b8d6 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Wed, 1 Mar 2023 13:06:30 -0800 Subject: Allow failing rbs failures for now will wait until soutaro fixes it. The problem of bundled gems is that you can't really revert it as long as you have scheduled "update bundled_gems". --- .github/workflows/ubuntu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/ubuntu.yml') diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index e530754253..846e04e8be 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -107,7 +107,7 @@ jobs: env: RUBY_TESTOPTS: "-q --tty=no" TESTS: ${{ matrix.test_task == 'check' && matrix.skipped_tests || '' }} - TEST_BUNDLED_GEMS_ALLOW_FAILURES: "" + TEST_BUNDLED_GEMS_ALLOW_FAILURES: "rbs" PRECHECK_BUNDLED_GEMS: "no" - name: make skipped tests run: | -- cgit v1.2.3