Skip to content

Commit

Permalink
fix: use stable versions of libs
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavosu committed Dec 17, 2024
1 parent 14c76eb commit 42fefb1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/callable-canary-sampleapp-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 42fefb1

Please sign in to comment.