From 4c5d3709872e31e4a6fa3937b1f1be12dfac4529 Mon Sep 17 00:00:00 2001 From: Dillon Nys Date: Tue, 10 Jan 2023 14:26:00 -0700 Subject: [PATCH] ci(repo): Fix integration test runner Broke due to changes in #2068 --- .github/workflows/amplify_integration_tests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/amplify_integration_tests.yaml b/.github/workflows/amplify_integration_tests.yaml index 71ee1337a91..7ebc444d707 100644 --- a/.github/workflows/amplify_integration_tests.yaml +++ b/.github/workflows/amplify_integration_tests.yaml @@ -30,6 +30,7 @@ jobs: - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # 3.1.0 with: persist-credentials: false + submodules: true # Flutter requires Java 11 to build android apps with Gradle. - uses: actions/setup-java@de1bb2b0c5634f0fc4438d7aa9944e68f9bf86cc # 3.6.0