Skip to content

Commit 85e61c1

Browse files
Adding concurrent test-kitchen
1 parent b0fb63f commit 85e61c1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,11 @@ KITCHEN_YAML=.kitchen-aws.yml bundle exec kitchen verify aws-codedeploy-agent-ce
6868
KITCHEN_YAML=.kitchen-aws.yml bundle exec kitchen verify aws-codedeploy-agent-amazon-linux
6969
```
7070

71+
To test all at once:
72+
```bash
73+
AWS_PROFILE=continuousphp-ami KITCHEN_YAML=.kitchen-aws.local.yml bundle exec kitchen verify -c 5
74+
```
75+
7176
Refer to the [kitchen-ec2](https://github.com/test-kitchen/kitchen-ec2) documentation
7277

7378
Contributing

0 commit comments

Comments
 (0)