Skip to content

Commit 7de60d6

Browse files
ono-maxhsbt
authored andcommitted
Do not fail launchable verify command
1 parent 5732e83 commit 7de60d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/launchable/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ runs:
9696
PATH=$PATH:$(python -msite --user-base)/bin
9797
echo "PATH=$PATH" >> $GITHUB_ENV
9898
pip install --user launchable
99-
launchable verify
99+
launchable verify || true
100100
: # The build name cannot include a slash, so we replace the string here.
101101
github_ref="${{ github.ref }}"
102102
github_ref="${github_ref//\//_}"

0 commit comments

Comments
 (0)