Skip to content

Commit 10883db

Browse files
committed
Fix test dependency test issue
1 parent 356c0b8 commit 10883db

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/callable-unit-tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ jobs:
2020
path: amplify-js
2121
- name: Setup node and build the repository
2222
uses: ./amplify-js/.github/actions/node-and-build
23+
- name: Clear dependency cache and reinstall
24+
working-directory: ./amplify-js
25+
run: |
26+
rm -rf node_modules
27+
yarn install
28+
shell: bash
2329
- name: Run tests
2430
working-directory: ./amplify-js
2531
env:

0 commit comments

Comments
 (0)