We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 946ac61 commit 9c1feacCopy full SHA for 9c1feac
2 files changed
.circleci/config.yml
@@ -477,7 +477,18 @@ workflows:
477
only: /\d/
478
- deploy_canary_registry:
479
requires:
480
- - publish
+ - 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
492
filters:
493
branches:
494
only: master
packages/registry/package.json
@@ -2,6 +2,6 @@
2
"name": "@syncano/registry",
3
"private": true,
4
"dependencies": {
5
- "@syncano/cli": "0.7.0"
+ "@syncano/cli": "0.7.1"
6
}
7
0 commit comments