summaryrefslogtreecommitdiff
path: root/.github/workflows/yjit-ubuntu.yml
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2024-03-12 11:06:04 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2024-03-12 11:06:06 -0700
commit97b5f35ac4fe3f0d0a2665d8c90ef64feae02c70 (patch)
treee61abfaf3b6ef12d83a63e0c9bb18ab93ab3eba4 /.github/workflows/yjit-ubuntu.yml
parentc3915a0741f3fc502df2bae48ef2d2029543c18c (diff)
Do not fail CI when Launchable fails
It seems to randomly fail: ``` + launchable verify Organization: 'ruby' Workspace: 'ruby' Proxy: None Platform: 'macOS-12.7.3-x86_64-i386-64bit' Python version: '3.12.2' Java command: 'java' launchable version: '1.83.0' Authentication failed. Please set the LAUNCHABLE_TOKEN. If you intend to use tokenless authentication, kindly reach out to our support team for further assistance. ``` https://github.com/ruby/ruby/actions/runs/8253299142/job/22574800261 Such failures should not impact the CI result.
Diffstat (limited to '.github/workflows/yjit-ubuntu.yml')
-rw-r--r--.github/workflows/yjit-ubuntu.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/yjit-ubuntu.yml b/.github/workflows/yjit-ubuntu.yml
index 899c307146..6185cbf524 100644
--- a/.github/workflows/yjit-ubuntu.yml
+++ b/.github/workflows/yjit-ubuntu.yml
@@ -175,6 +175,7 @@ jobs:
launchable-token: ${{ secrets.LAUNCHABLE_TOKEN }}
builddir: build
srcdir: src
+ continue-on-error: true
- name: make ${{ matrix.test_task }}
run: >-