Skip to content

Commit dd856f7

Browse files
committed
Try to fail CI step if functions container build fails
1 parent 976e4e9 commit dd856f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
FIREBASE_DB: ${{ secrets.FIREBASE_DB }}
4343
FIREBASE_AUTH_SITE: ${{ secrets.FIREBASE_AUTH_SITE }}
4444
run: |
45-
docker-compose up --build firebase_deploy
45+
docker-compose up --build --abort-on-container-exit firebase_deploy
4646
- name: Decrypt Service Account Key File
4747
working-directory: ./
4848
run: |

0 commit comments

Comments
 (0)