File tree 3 files changed +15
-18
lines changed
3 files changed +15
-18
lines changed Original file line number Diff line number Diff line change @@ -138,16 +138,15 @@ jobs:
138
138
matrix :
139
139
os : ['ubuntu-20.04', 'windows-latest']
140
140
node : ['18', '20']
141
- spec :
142
- [
143
- ' angular.specs.ts' ,
144
- ' atomic.specs.ts' ,
141
+ spec : [
142
+ # 'angular.specs.ts',
143
+ # 'atomic.specs.ts',
145
144
' auth.specs.ci.ts' ,
146
145
' deploy.specs.ts' ,
147
146
' orgList.specs.ts' ,
148
147
' orgResources.specs.ts' ,
149
- ' react.specs.ts' ,
150
- ' vue.specs.ts' ,
148
+ # 'react.specs.ts',
149
+ # 'vue.specs.ts',
151
150
]
152
151
# TODO: fix auth spec with windows
153
152
exclude :
Original file line number Diff line number Diff line change @@ -56,15 +56,14 @@ jobs:
56
56
matrix :
57
57
os : ['ubuntu-20.04', 'windows-latest']
58
58
node : [18]
59
- spec :
60
- [
61
- ' angular.specs.ts' ,
62
- ' atomic.specs.ts' ,
59
+ spec : [
60
+ # 'angular.specs.ts',
61
+ # 'atomic.specs.ts',
63
62
' auth.specs.ci.ts' ,
64
63
' orgList.specs.ts' ,
65
64
' orgResources.specs.ts' ,
66
- ' react.specs.ts' ,
67
- ' vue.specs.ts' ,
65
+ # 'react.specs.ts',
66
+ # 'vue.specs.ts',
68
67
]
69
68
exclude :
70
69
- os : windows-latest
Original file line number Diff line number Diff line change @@ -107,15 +107,14 @@ jobs:
107
107
strategy :
108
108
fail-fast : false
109
109
matrix :
110
- spec :
111
- [
112
- ' angular.specs.ts' ,
113
- ' atomic.specs.ts' ,
110
+ spec : [
111
+ # 'angular.specs.ts',
112
+ # 'atomic.specs.ts',
114
113
' auth.specs.ci.ts' ,
115
114
' orgList.specs.ts' ,
116
115
' orgResources.specs.ts' ,
117
- ' react.specs.ts' ,
118
- ' vue.specs.ts' ,
116
+ # 'react.specs.ts',
117
+ # 'vue.specs.ts',
119
118
]
120
119
steps :
121
120
- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
You can’t perform that action at this time.
0 commit comments