File tree Expand file tree Collapse file tree 5 files changed +12
-11
lines changed Expand file tree Collapse file tree 5 files changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -371,7 +371,8 @@ workflows:
371
371
filters : &filters-staging
372
372
branches :
373
373
only :
374
- - develop
374
+ - develop
375
+ - ast-member-profile
375
376
# Production builds are exectuted
376
377
# when PR is merged to the master
377
378
# Don't change anything in this configuration
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ exports.config = {
44
44
'../temp/test-suites/tc-challenge-listing.spec.js' ,
45
45
'../temp/test-suites/tc-challenge-detail.spec.js' ,
46
46
// '../temp/test-suites/tc-my-dashboard.spec.js',
47
- // '../temp/test-suites/tc-member-profile.spec.js',
47
+ '../temp/test-suites/tc-member-profile.spec.js' ,
48
48
] ,
49
49
50
50
// Options to be passed to Jasmine.
Original file line number Diff line number Diff line change 152
152
"numberOfSubtracks" : 11 ,
153
153
"winInfo" : {
154
154
"name" : " WEB DESIGNS" ,
155
- "info" : " 258 " ,
155
+ "info" : " 268 " ,
156
156
"infoTitle" : " WINS" ,
157
157
"link" : " https://beta-community-app.topcoder.com/members/iamtong/details/?track=DESIGN&subTrack=WEB_DESIGNS"
158
158
}
159
159
},
160
160
"developmentProfile" : {
161
161
"handle" : " iamtong" ,
162
162
"trackName" : " DEVELOP" ,
163
- "numberOfSubtracks" : 8 ,
163
+ "numberOfSubtracks" : 7 ,
164
164
"winInfo" : {
165
165
"name" : " FIRST2FINISH" ,
166
- "info" : " 56 " ,
166
+ "info" : " 61 " ,
167
167
"infoTitle" : " WINS" ,
168
168
"link" : " https://beta-community-app.topcoder.com/members/iamtong/details/?track=DEVELOP&subTrack=FIRST_2_FINISH"
169
169
}
Original file line number Diff line number Diff line change 148
148
"numberOfSubtracks" : 11 ,
149
149
"winInfo" : {
150
150
"name" : " WEB DESIGNS" ,
151
- "info" : " 258 " ,
151
+ "info" : " 268 " ,
152
152
"infoTitle" : " WINS" ,
153
153
"link" : " https://www.topcoder.com/members/iamtong/details/?track=DESIGN&subTrack=WEB_DESIGNS"
154
154
}
155
155
},
156
156
"developmentProfile" : {
157
157
"handle" : " iamtong" ,
158
158
"trackName" : " DEVELOP" ,
159
- "numberOfSubtracks" : 8 ,
159
+ "numberOfSubtracks" : 7 ,
160
160
"winInfo" : {
161
161
"name" : " FIRST2FINISH" ,
162
- "info" : " 56 " ,
162
+ "info" : " 61 " ,
163
163
"infoTitle" : " WINS" ,
164
164
"link" : " https://www.topcoder.com/members/iamtong/details/?track=DEVELOP&subTrack=FIRST_2_FINISH"
165
165
}
Original file line number Diff line number Diff line change 153
153
"numberOfSubtracks" : 11 ,
154
154
"winInfo" : {
155
155
"name" : " WEB DESIGNS" ,
156
- "info" : " 258 " ,
156
+ "info" : " 268 " ,
157
157
"infoTitle" : " WINS" ,
158
158
"link" : " https://staging-community-app.topcoder.com/members/iamtong/details/?track=DESIGN&subTrack=WEB_DESIGNS"
159
159
}
160
160
},
161
161
"developmentProfile" : {
162
162
"handle" : " iamtong" ,
163
163
"trackName" : " DEVELOP" ,
164
- "numberOfSubtracks" : 8 ,
164
+ "numberOfSubtracks" : 7 ,
165
165
"winInfo" : {
166
166
"name" : " FIRST2FINISH" ,
167
- "info" : " 56 " ,
167
+ "info" : " 61 " ,
168
168
"infoTitle" : " WINS" ,
169
169
"link" : " https://staging-community-app.topcoder.com/members/iamtong/details/?track=DEVELOP&subTrack=FIRST_2_FINISH"
170
170
}
You can’t perform that action at this time.
0 commit comments