Skip to content

Commit fca0b7e

Browse files
authored
Update config.yml
1 parent f4570ed commit fca0b7e

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

.circleci/config.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff 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
224224
workflows:
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:

0 commit comments

Comments
 (0)