-
Notifications
You must be signed in to change notification settings - Fork 1
132 lines (124 loc) · 3.86 KB
/
test-tdesign-common.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
name: test-tdesign-common
on:
pull_request:
branches: [develop]
jobs:
common-pr-pc:
if: contains(github.event.pull_request.labels.*.name, 'common:/pr-pc') || contains(github.event.pull_request.labels.*.name, 'test-action')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: test
uses: ./
id: test
env:
GITHUB_TOKEN: ${{ secrets.PERSONAL_TOKEN }}
with:
owner: Tencent
repo: tdesign-common
pr_number: 2006
comment: /pr-pc
common-pr-vue:
if: contains(github.event.pull_request.labels.*.name, 'common:/pr-vue') || contains(github.event.pull_request.labels.*.name, 'test-action')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: test
uses: ./
id: test
env:
GITHUB_TOKEN: ${{ secrets.PERSONAL_TOKEN }}
with:
owner: Tencent
repo: tdesign-common
pr_number: 2006
common-pr-vue-next:
if: contains(github.event.pull_request.labels.*.name, 'common:/pr-vue-next') || contains(github.event.pull_request.labels.*.name, 'test-action')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: test
uses: ./
id: test
env:
GITHUB_TOKEN: ${{ secrets.PERSONAL_TOKEN }}
with:
owner: Tencent
repo: tdesign-common
pr_number: 2006
comment: /pr-pc
common-pr-react:
if: contains(github.event.pull_request.labels.*.name, 'common:/pr-react') || contains(github.event.pull_request.labels.*.name, 'test-action')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: test
uses: ./
id: test
env:
GITHUB_TOKEN: ${{ secrets.PERSONAL_TOKEN }}
with:
owner: Tencent
repo: tdesign-common
pr_number: 2006
comment: /pr-react
common-pr-mobile:
if: contains(github.event.pull_request.labels.*.name, 'common:/pr-mobile') || contains(github.event.pull_request.labels.*.name, 'test-action')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: test
uses: ./
id: test
env:
GITHUB_TOKEN: ${{ secrets.PERSONAL_TOKEN }}
with:
owner: Tencent
repo: tdesign-common
pr_number: 2006
comment: /pr-mobile
common-pr-mobile-vue:
if: contains(github.event.pull_request.labels.*.name, 'common:/pr-mobile-vue') || contains(github.event.pull_request.labels.*.name, 'test-action')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: test
uses: ./
id: test
env:
GITHUB_TOKEN: ${{ secrets.PERSONAL_TOKEN }}
with:
owner: Tencent
repo: tdesign-common
pr_number: 2006
comment: /pr-mobile-vue
common-pr-mobile-react:
if: contains(github.event.pull_request.labels.*.name, 'common:/pr-mobile-react') || contains(github.event.pull_request.labels.*.name, 'test-action')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: test
uses: ./
id: test
env:
GITHUB_TOKEN: ${{ secrets.PERSONAL_TOKEN }}
with:
owner: Tencent
repo: tdesign-common
pr_number: 2006
comment: /pr-mobile-react
common-preview-react:
if: contains(github.event.pull_request.labels.*.name, 'common:/preview-react') || contains(github.event.pull_request.labels.*.name, 'test-action')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: test
uses: ./
id: test
env:
GITHUB_TOKEN: ${{ secrets.PERSONAL_TOKEN }}
with:
owner: Tencent
repo: tdesign-common
pr_number: 2006
comment: /preview-react