Skip to content

Commit

Permalink
tests: add testcase for multiline release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
wzieba committed Sep 20, 2023
1 parent 4058af7 commit dc461a7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,19 @@ jobs:
token: ${{secrets.FIREBASE_TOKEN}}
groups: Testers
file: ApiDemos-debug.apk
- name: Upload artifact to Firebase Distribution with bullet points release notes
uses: ./
with:
appId: ${{secrets.FIREBASE_APP_ID}}
token: ${{secrets.FIREBASE_TOKEN}}
groups: Testers
releaseNotes: |
"
- Feature 1
- Feature 2
- Bugfix 3
"
file: ApiDemos-debug.apk
- name: Upload artifact to Firebase Distribution with release note file
uses: ./
with:
Expand Down

0 comments on commit dc461a7

Please sign in to comment.