Skip to content

Commit 6c91cc6

Browse files
test: use tagged CLI for e2e tests (#358)
* fix: updating occurrences of amplify publish in e2e-core as well * ci: use 7.6.5 version cli for tests * fix: change tag release cli * fix: change tag release cli 2 Co-authored-by: Alexander Harris <[email protected]>
1 parent 8221f63 commit 6c91cc6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ install_cli_with_local_codegen: &install_cli
3333
source .circleci/local_publish_helpers.sh
3434
startLocalRegistry "$(pwd)/.circleci/verdaccio.yaml"
3535
setNpmRegistryUrlToLocal
36-
sudo npm install -g @aws-amplify/cli
36+
sudo npm install -g @aws-amplify/cli@amplify-codegen-e2e-tests
3737
sudo npm install -g amplify-app
3838
amplify -v
3939
amplify-app --version

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ install_cli_with_local_codegen: &ref_5
3232
source .circleci/local_publish_helpers.sh
3333
startLocalRegistry "$(pwd)/.circleci/verdaccio.yaml"
3434
setNpmRegistryUrlToLocal
35-
sudo npm install -g @aws-amplify/cli
35+
sudo npm install -g @aws-amplify/cli@amplify-codegen-e2e-tests
3636
sudo npm install -g amplify-app
3737
amplify -v
3838
amplify-app --version

0 commit comments

Comments
 (0)