-
Notifications
You must be signed in to change notification settings - Fork 357
feat(repo): add nightly builds sample app #2124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
ff1ef09
to
9feaf65
Compare
b67a939
to
492f5a4
Compare
70214a2
to
b7a8745
Compare
b7a8745
to
5b187fe
Compare
0aa18d0
to
956d7e2
Compare
build_and_deploy_ios: | ||
runs-on: macos-latest | ||
timeout-minutes: 40 | ||
if: ${{ github.event_name == 'push' || inputs.build_ios == true }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we remove this push check now?
with: | ||
channel: ${{ env.FLUTTER_CHANNEL }} | ||
flutter-version: ${{ env.FLUTTER_VERSION }} | ||
cache: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should also add the cache-key in order for the cache to work perfectly.
https://github.com/GetStream/stream-chat-flutter/blob/master/.github/workflows/stream_flutter_workflow.yml#L41
working-directory: sample_app | ||
|
||
env: | ||
FLUTTER_VERSION: "3.29.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, we can use "3.x" here instead, It will automatically use the latest version in the 3.x range.
FLUTTER_VERSION: "3.29.0" | |
FLUTTER_VERSION: "3.x" |
Submit a pull request
CLA
Description of the pull request
This adds build workflows for the chat sample app
Successful runs:
web: https://github.com/GetStream/stream-chat-flutter/actions/runs/13651943709/job/38162305784
android: https://github.com/GetStream/stream-chat-flutter/actions/runs/13654740181/job/38171061572
iOS: https://github.com/GetStream/stream-chat-flutter/actions/runs/13671508879/job/38222556571