Do not fail launchable verify command
This commit is contained in:
parent
5732e83cc1
commit
7de60d6b89
2
.github/actions/launchable/setup/action.yml
vendored
2
.github/actions/launchable/setup/action.yml
vendored
@ -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//\//_}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user