We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78ad071 commit 03d64fbCopy full SHA for 03d64fb
1 file changed
.github/workflows/e2e.yml
@@ -232,5 +232,5 @@ jobs:
232
fi
233
if [[ ${{ needs.e2e.result }} != 'success' ]]; then
234
echo "E2E Failed!"
235
- exit -1
+ exit 0
236
0 commit comments