Skip to content

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

Merged
merged 1 commit into from
Jan 10, 2023

Conversation

dnys1
Copy link
Contributor

@dnys1 dnys1 commented Jan 10, 2023

Broke due to changes in #2068.

@dnys1 dnys1 requested a review from a team as a code owner January 10, 2023 21:26
@@ -30,6 +30,7 @@ jobs:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # 3.1.0
with:
persist-credentials: false
submodules: true
Copy link
Contributor

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?

Copy link
Contributor Author

@dnys1 dnys1 Jan 10, 2023

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.

Copy link
Contributor

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).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missed that - thanks!

@ragingsquirrel3
Copy link
Contributor

@dnys1 dnys1 force-pushed the fix/next/integ-test-ci branch from 4c5d370 to c9ef478 Compare January 10, 2023 21:34
@dnys1
Copy link
Contributor Author

dnys1 commented Jan 10, 2023

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

Ideally, no. Added a check to be safe.

@dnys1 dnys1 merged commit 354eda9 into aws-amplify:next Jan 10, 2023
@dnys1 dnys1 deleted the fix/next/integ-test-ci branch January 10, 2023 21:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants