-
-
Notifications
You must be signed in to change notification settings - Fork 280
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
ci: Add an action to upload APKs to Waldo #4272
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #4272 +/- ##
========================================
Coverage 10.87% 10.87%
========================================
Files 285 285
Lines 14170 14170
========================================
Hits 1541 1541
Misses 12629 12629 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
with: | ||
#channel: stable | ||
cache: true | ||
flutter-version: ${{ steps.flutter-version.outputs.FLUTTER_VERSION }} |
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.
You forgot to include the step which outputs the flutter version we want
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.
Ooops you're right, that's a bad copy/paste.
That should now be OK (line 28)
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.
Looks good to me, thanks
Looking foreward to testing this out
Thank you @M123-dev, let's try to merge it |
You can test this PR on: Android |
The code is now really to upload APKs (IPA will come once we are confident this one works well).
It will only be with PRs in a first time, and also we can't have a direct link to the website to test, as the Waldo session doesn't provide what's necessary yet (a bug is opened on their side)