Skip to content

Commit db51f91

Browse files
authored
fix: install auth explicitly into next sample app (#14605)
2 parents 336086c + dd37f7e commit db51f91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/callable-canary-sampleapp-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
run: npm install
126126
working-directory: amplify-js-samples-staging/samples/next/auth/new-next-app
127127
- name: Install latest stable amplify version
128-
run: npm install aws-amplify@latest @aws-amplify/adapter-nextjs@latest
128+
run: npm install aws-amplify@latest @aws-amplify/adapter-nextjs@latest @aws-amplify/auth@latest
129129
working-directory: amplify-js-samples-staging/samples/next/auth/new-next-app
130130
- name: Start application and run test
131131
run: |

0 commit comments

Comments
 (0)