@@ -34,39 +34,39 @@ jobs:
34
34
35
35
- run : pnpm build:codesandbox
36
36
37
- - run : pnpm dlx pkg-pr-new@pnpm add https://21a4e54f.stackblitz-cr.pages.dev/stackblitz-labs/pkg.pr.new/pkg-pr-new@154 publish 'packages/mui-{base,codemod,core-downloads-tracker,docs,icons-material,lab,material-nextjs,material,private-theming,styled-engine,styled-engine-sc,styles,system,types,utils}/build' 'packages-internal/{test-utils,docs-utils,scripts}' 'packages/{mui-babel-macros,markdown}' --template './examples/*' --pnpm --comment=off
37
+ - run : pnpm dlx pkg-pr-new@https://21a4e54f.stackblitz-cr.pages.dev/stackblitz-labs/pkg.pr.new/pkg-pr-new@154 publish 'packages/mui-{base,codemod,core-downloads-tracker,docs,icons-material,lab,material-nextjs,material,private-theming,styled-engine,styled-engine-sc,styles,system,types,utils}/build' 'packages-internal/{test-utils,docs-utils,scripts}' 'packages/{mui-babel-macros,markdown}' --template './examples/*' --pnpm --comment=off
38
38
39
39
# Tests dev-only scripts across all supported dev environments
40
- test-dev :
41
- # l10nbot does not affect dev scripts.
42
- if : ${{ github.actor != 'l10nbot' }}
43
- runs-on : ${{ matrix.os }}
44
- strategy :
45
- matrix :
46
- os : [ubuntu-latest]
47
- steps :
48
- - run : echo "${{ github.actor }}"
49
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
50
- with :
51
- # fetch all tags which are required for `pnpm release:changelog`
52
- fetch-depth : 0
53
- - name : Set up pnpm
54
- uses : pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
55
- - name : Use Node.js 18.x
56
- uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
57
- with :
58
- node-version : 18
59
- cache : ' pnpm' # https://github.com/actions/setup-node/blob/main/docs/advanced-usage.md#caching-packages-dependencies
60
- - run : pnpm install
61
- - run : pnpm build:ci
62
- env :
63
- NODE_OPTIONS : --max_old_space_size=4096
40
+ # test-dev:
41
+ # # l10nbot does not affect dev scripts.
42
+ # if: ${{ github.actor != 'l10nbot' }}
43
+ # runs-on: ${{ matrix.os }}
44
+ # strategy:
45
+ # matrix:
46
+ # os: [ubuntu-latest]
47
+ # steps:
48
+ # - run: echo "${{ github.actor }}"
49
+ # - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
50
+ # with:
51
+ # # fetch all tags which are required for `pnpm release:changelog`
52
+ # fetch-depth: 0
53
+ # - name: Set up pnpm
54
+ # uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
55
+ # - name: Use Node.js 18.x
56
+ # uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
57
+ # with:
58
+ # node-version: 18
59
+ # cache: 'pnpm' # https://github.com/actions/setup-node/blob/main/docs/advanced-usage.md#caching-packages-dependencies
60
+ # - run: pnpm install
61
+ # - run: pnpm build:ci
62
+ # env:
63
+ # NODE_OPTIONS: --max_old_space_size=4096
64
64
65
- - run : pnpm release:changelog
66
- env :
67
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
68
- - run : pnpm validate-declarations
69
- - name : pnpm release:tag
70
- run : |
71
- git remote -v
72
- pnpm release:tag --dryRun
65
+ # - run: pnpm release:changelog
66
+ # env:
67
+ # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
68
+ # - run: pnpm validate-declarations
69
+ # - name: pnpm release:tag
70
+ # run: |
71
+ # git remote -v
72
+ # pnpm release:tag --dryRun
0 commit comments