WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
File tree Expand file tree Collapse file tree 2 files changed +19
-17
lines changed
Expand file tree Collapse file tree 2 files changed +19
-17
lines changed Original file line number Diff line number Diff line change 1313 steps :
1414 - name : Checkout AmplifyJs
1515 uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
16+ with :
17+ path : amplify-js
1618 - uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
1719 id : cache-package-list
1820 with :
@@ -32,11 +34,11 @@ jobs:
3234 - name : Dump Package List
3335 if : steps.cache-package-list.outputs.cache-hit != 'true'
3436 run : |
35- echo "packages=$(yarn lerna ll | egrep -v "lerna|Done|yarn" | jq -R -s -c 'split("\n")[:-1] | map({name: split(" ")[0], path: split(" ")[-1]})')" > package-list.json
37+ echo "./amplify-js/ packages=$(yarn lerna ll | egrep -v "lerna|Done|yarn" | jq -R -s -c 'split("\n")[:-1] | map({name: split(" ")[0], path: split(" ")[-1]})')" > ./amplify-js/ package-list.json
3638 - name : Get Package List
3739 id : get_package_list
3840 run : |
39- cat package-list.json >> $GITHUB_OUTPUT
40- cat package-list.json
41+ cat ./amplify-js/ package-list.json >> $GITHUB_OUTPUT
42+ cat ./amplify-js/ package-list.json
4143 outputs :
4244 packages : ${{ steps.get_package_list.outputs.packages }}
Original file line number Diff line number Diff line change 77 uses : ./.github/workflows/callable-prebuild-amplify-js.yml
88 with :
99 runs_on : ubuntu-latest
10- prebuild-macos :
11- uses : ./.github/workflows/callable-prebuild-amplify-js.yml
12- with :
13- runs_on : macos-latest
14- prebuild-samples-staging :
15- secrets : inherit
16- uses : ./.github/workflows/callable-prebuild-samples-staging.yml
10+ # prebuild-macos:
11+ # uses: ./.github/workflows/callable-prebuild-amplify-js.yml
12+ # with:
13+ # runs_on: macos-latest
14+ # prebuild-samples-staging:
15+ # secrets: inherit
16+ # uses: ./.github/workflows/callable-prebuild-samples-staging.yml
1717 e2e :
1818 needs :
19- - prebuild-macos
19+ # - prebuild-macos
2020 - prebuild-ubuntu
21- - prebuild-samples-staging
21+ # - prebuild-samples-staging
2222 secrets : inherit
2323 uses : ./.github/workflows/callable-e2e-tests.yml
2424 unit-tests :
25- needs :
26- - prebuild-ubuntu
25+ # needs:
26+ # - prebuild-ubuntu
2727 uses : ./.github/workflows/callable-unit-tests.yml
28- bundle-size-tests :
29- needs : prebuild-ubuntu
30- uses : ./.github/workflows/callable-bundle-size-tests.yml
28+ # bundle-size-tests:
29+ # needs: prebuild-ubuntu
30+ # uses: ./.github/workflows/callable-bundle-size-tests.yml
You can’t perform that action at this time.
0 commit comments