Skip to content

Commit

Permalink
[#198] Add test generate
Browse files Browse the repository at this point in the history
  • Loading branch information
doannimble committed Oct 27, 2023
1 parent ab04f03 commit 844f0b6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/android_deploy_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- develop
- chore/198-add-release-note-firebase-deploy

jobs:
build_and_deploy_android:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ios_deploy_staging_to_firebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- develop
- chore/198-add-release-note-firebase-deploy

jobs:
build_and_upload_staging_app_to_firebase:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ jobs:
appId: ${{#mustacheCase}}vars.FIREBASE_ANDROID_APP_ID{{/mustacheCase}}
serviceCredentialsFileContent: ${{#mustacheCase}}secrets.FIREBASE_DISTRIBUTION_CREDENTIAL_JSON{{/mustacheCase}}
groups: ${{#mustacheCase}}vars.FIREBASE_DISTRIBUTION_TESTER_GROUPS{{/mustacheCase}}
releaseNotes: ${{#mustacheCase}} steps.generate-release-notes.outputs.RELEASE_NOTE_CONTENT {{/mustacheCase}}
releaseNotes: ${{#mustacheCase}}steps.generate-release-notes.outputs.RELEASE_NOTE_CONTENT{{/mustacheCase}}
file: build/app/outputs/flutter-apk/app-production-debug.apk
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ jobs:
appId: ${{#mustacheCase}}vars.FIREBASE_ANDROID_APP_ID{{/mustacheCase}}
serviceCredentialsFileContent: ${{#mustacheCase}}secrets.FIREBASE_DISTRIBUTION_CREDENTIAL_JSON{{/mustacheCase}}
groups: ${{#mustacheCase}}vars.FIREBASE_DISTRIBUTION_TESTER_GROUPS{{/mustacheCase}}
releaseNotes: ${{#mustacheCase}} steps.generate-release-notes.outputs.RELEASE_NOTE_CONTENT {{/mustacheCase}}
releaseNotes: ${{#mustacheCase}}steps.generate-release-notes.outputs.RELEASE_NOTE_CONTENT{{/mustacheCase}}
file: build/app/outputs/flutter-apk/app-staging-debug.apk

0 comments on commit 844f0b6

Please sign in to comment.