Skip to content

Commit

Permalink
fix: address yarn failures during check
Browse files Browse the repository at this point in the history
  • Loading branch information
Hein Jeong authored and cwoolum committed Apr 7, 2023
1 parent d74c748 commit 53c81ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Build amplify-cli
working-directory: amplify-cli
run: |
yarn policies set-version 1.18.0
yarn --network-concurrency 1 --cache-folder ~/.cache/yarn
yarn setup-dev
- name: Install updated codegen libraries
working-directory: amplify-cli/packages/amplify-util-uibuilder
Expand All @@ -51,7 +51,7 @@ jobs:
- name: Build amplify-cli with updated codegen libraries
working-directory: amplify-cli
run: |
yarn policies set-version 1.18.0
yarn --network-concurrency 1 --cache-folder ~/.cache/yarn
yarn dev-build
- name: Create a test react app
run: npx create-react-app e2e-test-app
Expand Down

0 comments on commit 53c81ab

Please sign in to comment.