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.
This commit is contained in:
Takashi Kokubun 2024-03-12 11:06:04 -07:00
Родитель c3915a0741
Коммит 97b5f35ac4
4 изменённых файлов: 4 добавлений и 0 удалений

1
.github/workflows/macos.yml поставляемый
Просмотреть файл

@ -98,6 +98,7 @@ jobs:
launchable-token: ${{ secrets.LAUNCHABLE_TOKEN }}
builddir: build
srcdir: src
continue-on-error: true
- name: Set extra test options
run: echo "TESTS=$TESTS ${{ matrix.test_opts }}" >> $GITHUB_ENV

1
.github/workflows/ubuntu.yml поставляемый
Просмотреть файл

@ -115,6 +115,7 @@ jobs:
launchable-token: ${{ secrets.LAUNCHABLE_TOKEN }}
builddir: build
srcdir: src
continue-on-error: true
- name: make ${{ matrix.test_task }}
run: >-

1
.github/workflows/yjit-macos.yml поставляемый
Просмотреть файл

@ -122,6 +122,7 @@ jobs:
launchable-token: ${{ secrets.LAUNCHABLE_TOKEN }}
builddir: build
srcdir: src
continue-on-error: true
- name: make ${{ matrix.test_task }}
run: >-

1
.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: >-