File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 10
10
dispatch-test-all :
11
11
name : Dispatch All Test
12
12
timeout-minutes : 60
13
- runs-on : ubuntu-latest
13
+ runs-on : ubuntu-22.04
14
14
strategy :
15
15
fail-fast : false
16
16
matrix :
63
63
if : always()
64
64
needs : [dispatch-test-all]
65
65
66
- runs-on : ubuntu-latest
66
+ runs-on : ubuntu-22.04
67
67
steps :
68
68
- uses : actions/setup-node@v3
69
69
with :
Original file line number Diff line number Diff line change 17
17
dispatch-tests :
18
18
name : Dispatch Tests
19
19
timeout-minutes : 60
20
- runs-on : ubuntu-latest
20
+ runs-on : ubuntu-22.04
21
21
steps :
22
22
- uses : actions/checkout@v3
23
23
- name : Setup pnpm
Original file line number Diff line number Diff line change 11
11
permissions :
12
12
pull-requests : write
13
13
name : Comment User Tip
14
- runs-on : ubuntu-latest
14
+ runs-on : ubuntu-22.04
15
15
steps :
16
16
- name : Download Pr Artifact
17
17
uses : dawidd6/action-download-artifact@v2
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ concurrency:
11
11
jobs :
12
12
parse-components :
13
13
name : Parse Affected Components
14
- runs-on : ubuntu-latest
14
+ runs-on : ubuntu-22.04
15
15
outputs :
16
16
testComponents : ${{ steps.parseTitle.outputs.testComponents }}
17
17
testclis : ${{ steps.parsetestCli.outputs.testClis }}
82
82
83
83
name : PR E2E Test
84
84
needs : parse-components
85
- runs-on : ubuntu-latest
85
+ runs-on : ubuntu-22.04
86
86
env :
87
87
TEST_COMPONENTS : ${{ needs.parse-components.outputs.testComponents }}
88
88
steps :
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ concurrency:
11
11
jobs :
12
12
parse-components :
13
13
name : Parse Affected Components
14
- runs-on : ubuntu-latest
14
+ runs-on : ubuntu-22.04
15
15
outputs :
16
16
testComponents : ${{ steps.parseTitle.outputs.testComponents }}
17
17
steps :
69
69
pr-test :
70
70
name : PR Unit Test
71
71
needs : parse-components
72
- runs-on : ubuntu-latest
72
+ runs-on : ubuntu-22.04
73
73
env :
74
74
TEST_COMPONENTS : ${{ needs.parse-components.outputs.testComponents }}
75
75
steps :
You can’t perform that action at this time.
0 commit comments