Skip to content

Commit 9c1feac

Browse files
authored
Deploy canary registry after the tests (#117)
1 parent 946ac61 commit 9c1feac

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,18 @@ workflows:
477477
only: /\d/
478478
- deploy_canary_registry:
479479
requires:
480-
- publish
480+
- test_e2e_instance
481+
- test_e2e_validate
482+
- test_e2e_client
483+
- test_e2e_registry
484+
- test_e2e_socket
485+
- test_e2e_hosting
486+
- test_e2e_core
487+
- test_e2e_anonymous
488+
- test_e2e_config
489+
- test_e2e_deploy
490+
- test_lint
491+
- test_unit
481492
filters:
482493
branches:
483494
only: master

packages/registry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"name": "@syncano/registry",
33
"private": true,
44
"dependencies": {
5-
"@syncano/cli": "0.7.0"
5+
"@syncano/cli": "0.7.1"
66
}
77
}

0 commit comments

Comments
 (0)