Skip to content

Commit

Permalink
Merge pull request #164 from malscent/MB-52460-IntegrateCouchbaseVeri…
Browse files Browse the repository at this point in the history
…fier

Fix version of CouchbaseVerifier
  • Loading branch information
malscent authored Jun 24, 2022
2 parents 388fbf5 + 99bbe5e commit 9b6a049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/AWSCouchbaseServer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
dotnet-version: 6.0.x
- name: Install CouchbaseVerifier
run: |
dotnet tool install CouchbaseVerifier --global --version 1.0.2
dotnet tool install CouchbaseVerifier --global --version 1.0.3
- name: Run Default Tests
run: |
DNS=$(aws ec2 describe-instances --region us-east-1 --filter "Name=tag:aws:cloudformation:stack-name,Values=cb-server-defaults-${GITHUB_SHA::6}" | jq -r '.Reservations[0].Instances[0].PublicDnsName')
Expand Down

0 comments on commit 9b6a049

Please sign in to comment.