diff --git a/.github/workflows/callable-canary-sampleapp-tests.yml b/.github/workflows/callable-canary-sampleapp-tests.yml index 6f6033a872f..ee06376b43d 100644 --- a/.github/workflows/callable-canary-sampleapp-tests.yml +++ b/.github/workflows/callable-canary-sampleapp-tests.yml @@ -124,6 +124,9 @@ jobs: - name: Install dependencies run: npm install working-directory: amplify-js-samples-staging/samples/next/auth/new-next-app + - name: Install latest stable amplify version + run: npm install aws-amplify@latest @aws-amplify/adapter-nextjs@latest + working-directory: amplify-js-samples-staging/samples/next/auth/new-next-app - name: Start application and run test run: | ../amplify-js/scripts/retry-yarn-script.sh -s \