Skip to content

Commit

Permalink
fix(ci): update javascript canary build step
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavosu committed Dec 17, 2024
1 parent ec2ff53 commit f7b7fbe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/callable-canary-sampleapp-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,7 @@ jobs:
working-directory: amplify-js-samples-staging/samples/javascript/datastore
- name: Install amplify
run: |
npm install -g npm@latest
npm install aws-amplify -legacy-peer-deps
npm install aws-amplify@latest
working-directory: amplify-js-samples-staging/samples/javascript/datastore/new-javascript-app
- name: Remove existing src folder
run: rm -rf src
Expand Down

0 comments on commit f7b7fbe

Please sign in to comment.