Skip to content

Commit

Permalink
Listen to CI errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahbedouch committed Oct 10, 2023
1 parent f0ed820 commit ac9a424
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ jobs:
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_STUDREL }}'
channelId: live
projectId: studrel
env:
FIREBASE_CLI_EXPERIMENTS: webframeworks
2 changes: 2 additions & 0 deletions .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ jobs:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_STUDREL }}'
projectId: studrel
env:
FIREBASE_CLI_EXPERIMENTS: webframeworks

0 comments on commit ac9a424

Please sign in to comment.