File tree Expand file tree Collapse file tree 10 files changed +17
-0
lines changed
Expand file tree Collapse file tree 10 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 3131 ref : ${{ inputs.ref }}
3232 - name : Setup
3333 uses : ./tools/github-actions/setup
34+ timeout-minutes : 30
3435 - name : Audit
3536 id : audit
3637 uses : ./tools/github-actions/audit
Original file line number Diff line number Diff line change 4545 with :
4646 ref : ${{ inputs.ref }}
4747 - uses : ./tools/github-actions/setup
48+ timeout-minutes : 30
4849 - uses : ./.github/actions/setup-java
4950 with :
5051 install-jdk : ' true'
Original file line number Diff line number Diff line change 5858 fetch-depth : ${{ inputs.affected && '0' || '1' }}
5959 - name : Setup
6060 uses : ./tools/github-actions/setup
61+ timeout-minutes : 30
6162 - uses : ./.github/actions/setup-java
6263 with :
6364 install-jdk : ' true'
@@ -106,6 +107,7 @@ jobs:
106107 fetch-depth : ${{ inputs.affected && '0' || '1' }}
107108 - name : Setup
108109 uses : ./tools/github-actions/setup
110+ timeout-minutes : 30
109111 - name : Cache Eslint
110112 uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
111113 env :
@@ -132,6 +134,7 @@ jobs:
132134 fetch-depth : ${{ inputs.affected && '0' || '1' }}
133135 - name : Setup
134136 uses : ./tools/github-actions/setup
137+ timeout-minutes : 30
135138 - name : Package github actions
136139 env :
137140 NX_BASE : ${{ format('remotes/origin/{0}', github.base_ref || github.ref_name) }}
Original file line number Diff line number Diff line change 3333 - name : Checkout
3434 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3535 - uses : ./tools/github-actions/setup
36+ timeout-minutes : 30
3637 - name : build
3738 run : yarn nx build showcase
3839 - name : Setup Pages
Original file line number Diff line number Diff line change 5252 steps :
5353 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5454 - uses : ./tools/github-actions/setup
55+ timeout-minutes : 30
5556 - name : Generate doc
5657 run : yarn doc:generate
5758 - name : Generate package json
Original file line number Diff line number Diff line change 3636 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3737 - uses : ./tools/github-actions/download-build-output
3838 - uses : ./tools/github-actions/setup
39+ timeout-minutes : 30
3940 - run : yarn playwright install
4041 - name : Run e2e tests
4142 run : |
7980 with :
8081 visualTestingReportPath : apps/showcase/playwright-reports/visual-testing/report.json
8182 - uses : ./tools/github-actions/setup
83+ timeout-minutes : 30
8284 if : ${{ steps.update-e2e-screenshots.outputs.screenshots != '0' }}
8385 - name : Create branch for e2e screenshots
8486 if : ${{ steps.update-e2e-screenshots.outputs.screenshots != '0' }}
Original file line number Diff line number Diff line change 4545 with :
4646 artifactName : ${{ inputs.ref && format('dist-{0}', inputs.ref) || 'dist' }}
4747 - uses : ./tools/github-actions/setup
48+ timeout-minutes : 30
4849 - name : Setup verdaccio once for all tests
4950 id : setup-verdaccio
5051 run : |
9394 with :
9495 artifactName : ${{ inputs.ref && format('dist-{0}', inputs.ref) || 'dist' }}
9596 - uses : ./tools/github-actions/setup
97+ timeout-minutes : 30
9698 - shell : bash
9799 run : |
98100 git config --global user.name "GitHub Actions"
Original file line number Diff line number Diff line change 3939 # Fetch 2 is needed to properly check if the yarn.lock is affected by a pull-request
4040 fetch-depth : 2
4141 - uses : ./tools/github-actions/setup
42+ timeout-minutes : 30
4243 env :
4344 YARN_ENABLE_HARDENED_MODE : 1
4445 - name : Yarn errors reporter
5758 steps :
5859 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5960 - uses : ./tools/github-actions/setup
61+ timeout-minutes : 30
6062 - uses : ./.github/actions/setup-java
6163 with :
6264 install-jdk : ' true'
Original file line number Diff line number Diff line change 2020 fetch-depth : 0
2121 - name : Setup
2222 uses : ./tools/github-actions/setup
23+ timeout-minutes : 30
2324 - name : Determine labels
2425 run : |
2526 LABELS="$(yarn pr-labels --target="${{ github.base_ref || github.ref_name }}")"
Original file line number Diff line number Diff line change 7373 ref : ${{ inputs.gitRef }}
7474 - uses : ./tools/github-actions/download-build-output
7575 - uses : ./tools/github-actions/setup
76+ timeout-minutes : 30
7677 with :
7778 # TODO Remove when migrate to Node 24
7879 npm-version : ' 11.5'
@@ -103,6 +104,7 @@ jobs:
103104 fetch-depth : 2
104105 - uses : ./tools/github-actions/download-build-output
105106 - uses : ./tools/github-actions/setup
107+ timeout-minutes : 30
106108 - run : yarn set:version ${{ inputs.version }}
107109 - name : Get tag name
108110 id : get-npm-tag
@@ -136,6 +138,7 @@ jobs:
136138 fetch-depth : 2
137139 - uses : ./tools/github-actions/download-build-output
138140 - uses : ./tools/github-actions/setup
141+ timeout-minutes : 30
139142 - run : yarn set:version ${{ inputs.version }}
140143 - name : Publish Extensions
141144 if : ' !inputs.prerelease'
You can’t perform that action at this time.
0 commit comments