File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -222,7 +222,6 @@ jobs:
222222 ghr -t "${GITHUB_TOKEN}" -u "${CIRCLE_PROJECT_USERNAME}" -r "${CIRCLE_PROJECT_REPONAME}" -c "${CIRCLE_SHA1}" "$PACKAGE_VERSION"
223223
224224workflows :
225-
226225 install-and-publish :
227226 jobs :
228227 - install :
@@ -231,24 +230,29 @@ workflows:
231230 branches :
232231 only :
233232 - master
234- - PRO-3351-E2e
233+
235234 - e2e-tests :
236235 name : testnet-e2e-tests
237236 context : general-vars
237+ test_command : " npm run test-all-chains"
238238 filters :
239239 branches :
240240 only :
241241 - master
242- - PRO-3351-E2e
243242
244243 - publish-npm-package :
245244 context : general-vars
245+ requires :
246+ - testnet-e2e-tests
246247 filters :
247248 branches :
248249 only :
249250 - master
251+
250252 - publish-github-release :
251253 context : general-vars
254+ requires :
255+ - publish-npm-package
252256 filters :
253257 branches :
254258 only :
You can’t perform that action at this time.
0 commit comments