File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 41
41
- name : Build amplify-cli
42
42
working-directory : amplify-cli
43
43
run : |
44
- yarn policies set-version 1.18.0
45
- yarn --network-concurrency 1
44
+ yarn install
46
45
yarn setup-dev
47
46
- name : Install updated codegen libraries
48
47
working-directory : amplify-cli/packages/amplify-util-uibuilder
52
51
- name : Build amplify-cli with updated codegen libraries
53
52
working-directory : amplify-cli
54
53
run : |
55
- yarn policies set-version 1.18.0
56
- yarn --network-concurrency 1
57
- yarn dev-build
54
+ yarn install
55
+ yarn build
56
+ echo "$HOME/work/amplify-codegen-ui/amplify-codegen-ui/amplify-cli/.bin" >> $GITHUB_PATH
58
57
- name : Create a test react app
59
58
run : npx create-react-app e2e-test-app
60
59
- name : Install test app dependencies
@@ -112,7 +111,7 @@ jobs:
112
111
- name : Install packages
113
112
run : npm ci
114
113
- name : Lerna bootstrap
115
- run : lerna bootstrap
114
+ run : npm run bootstrap
116
115
- name : Setup Integration Test
117
116
run : npm run integ:setup
118
117
- name : Cypress run
Original file line number Diff line number Diff line change 31
31
"integ:test" : " run-script-os" ,
32
32
"integ:test:default" : " ./scripts/integ-test.sh" ,
33
33
"integ:test:win32" : " scripts\\ integ-test.bat" ,
34
- "integ:clean" : " npx rimraf packages/integration-test"
34
+ "integ:clean" : " npx rimraf packages/integration-test" ,
35
+ "bootstrap" : " lerna bootstrap"
35
36
},
36
37
"files" : [],
37
38
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments