mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-22 11:45:59 +01:00
Fix bug in 'Check for failures' job (#2852)
This commit is contained in:
parent
c139ff3963
commit
5097cc949a
2
.github/workflows/build-desktop.yml
vendored
2
.github/workflows/build-desktop.yml
vendored
@ -1170,7 +1170,7 @@ jobs:
|
||||
run: |
|
||||
if [ "$CLOC_STATUS" = "failure" ]; then
|
||||
exit 1
|
||||
if [ "$ELECTRON_VERIFY_STATUS" = "failure" ]; then
|
||||
elif [ "$ELECTRON_VERIFY_STATUS" = "failure" ]; then
|
||||
exit 1
|
||||
elif [ "$SETUP_STATUS" = "failure" ]; then
|
||||
exit 1
|
||||
|
Loading…
Reference in New Issue
Block a user