Skip to content

Commit 95cdec6

Browse files
committed
test(e2e, emulator): correctly handle exit in non-ci environments
1 parent b73d6ff commit 95cdec6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/scripts/start-firebase-emulator.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ while [ $RETRIES -le $MAX_RETRIES ]; do
1717
if [ "$1" == "--no-daemon" ]; then
1818
echo "Starting Firebase Emulator Suite in foreground."
1919
$EMU_START_COMMAND
20+
exit 0
2021
else
2122
echo "Starting Firebase Emulator Suite in background."
2223
$EMU_START_COMMAND &

0 commit comments

Comments
 (0)