-
Notifications
You must be signed in to change notification settings - Fork 27
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
Android: ArrivalView, supporting formatters and updated testing #134
Conversation
...src/test/snapshots/images/com.stadiamaps.ferrostar.views_ArrivalViewTest_testArrivalView.png
Outdated
Show resolved
Hide resolved
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; just a few minor comments we might look at later that weren't even related to the main PR.
@@ -157,9 +166,12 @@ jobs: | |||
|
|||
- name: 'Upload Artifact' | |||
uses: actions/upload-artifact@v4 | |||
if: success() || failure() |
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.
Ooh, interesting... I think the intent here is more closely matched by "not cancelled?" If so, I'm not quite sure why the job would be running anyways ; shouldn't cancellation stop all other jobs in the workflow? Or does GH Actions work differently? ;)
- name: 'Upload Artifact' | ||
uses: actions/upload-artifact@v4 | ||
if: success() || failure() |
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.
ditto
Closes #65 (installation will be deferred to bringing the dynamic nav map view into android)