-
Notifications
You must be signed in to change notification settings - Fork 257
ci(repo): Fix integration test runner #2564
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
Conversation
@@ -30,6 +30,7 @@ jobs: | |||
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # 3.1.0 | |||
with: | |||
persist-credentials: false | |||
submodules: 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.
question: Is this needed only for android or for other instances of checkout here for other platforms?
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.
Ah - didn't see there were separate entries. Fixed.
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.
Makes sense, but this instance of checkout is only for android and all the other platforms in this file use checkout so was thinking they needed same change (as they also use aft in independent runner/job in matrix).
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.
Missed that - thanks!
Does this part need additional commands for submodule, libgit setup? https://github.com/aws-amplify/amplify-flutter/blob/next/.github/composite_actions/install_dependencies/action.yaml#L20 |
Broke due to changes in aws-amplify#2068
4c5d370
to
c9ef478
Compare
Ideally, no. Added a check to be safe. |
Broke due to changes in #2068.