Do not fail launchable verify command

This commit is contained in:
Naoto Ono 2024-03-13 11:53:34 +09:00 committed by Hiroshi SHIBATA
parent 5732e83cc1
commit 7de60d6b89

View File

@ -96,7 +96,7 @@ runs:
PATH=$PATH:$(python -msite --user-base)/bin
echo "PATH=$PATH" >> $GITHUB_ENV
pip install --user launchable
launchable verify
launchable verify || true
: # The build name cannot include a slash, so we replace the string here.
github_ref="${{ github.ref }}"
github_ref="${github_ref//\//_}"