You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Up docker compose and run tests in specific container
34
31
35
32
---
33
+
> [!NOTE]
34
+
> This project is part of Cloud Posse's comprehensive ["SweetOps"](https://cpco.io/sweetops) approach towards DevOps.
35
+
>
36
+
> It's 100% Open Source and licensed under the [APACHE2](LICENSE).
37
+
>
36
38
37
-
This project is part of our comprehensive ["SweetOps"](https://cpco.io/sweetops) approach towards DevOps.
38
-
[<imgalign="right"title="Share via Email"src="https://docs.cloudposse.com/images/ionicons/ios-email-outline-2.0.1-16x16-999999.svg"/>][share_email]
39
-
[<imgalign="right"title="Share on Google+"src="https://docs.cloudposse.com/images/ionicons/social-googleplus-outline-2.0.1-16x16-999999.svg" />][share_googleplus]
40
-
[<imgalign="right"title="Share on Facebook"src="https://docs.cloudposse.com/images/ionicons/social-facebook-outline-2.0.1-16x16-999999.svg" />][share_facebook]
41
-
[<imgalign="right"title="Share on Reddit"src="https://docs.cloudposse.com/images/ionicons/social-reddit-outline-2.0.1-16x16-999999.svg" />][share_reddit]
42
-
[<imgalign="right"title="Share on LinkedIn"src="https://docs.cloudposse.com/images/ionicons/social-linkedin-outline-2.0.1-16x16-999999.svg" />][share_linkedin]
43
-
[<imgalign="right"title="Share on Twitter"src="https://docs.cloudposse.com/images/ionicons/social-twitter-outline-2.0.1-16x16-999999.svg" />][share_twitter]
44
-
45
-
46
-
47
-
48
-
It's 100% Open Source and licensed under the [APACHE2](LICENSE).
@@ -64,8 +48,6 @@ Run tests in enviroment defined with Docker Compose
64
48
65
49
66
50
67
-
68
-
69
51
## Usage
70
52
71
53
@@ -120,15 +102,6 @@ Run tests in enviroment defined with Docker Compose
120
102
<!-- markdownlint-restore -->
121
103
122
104
123
-
124
-
## Share the Love
125
-
126
-
Like this project? Please give it a ★ on [our GitHub](https://github.com/cloudposse/github-action-docker-compose-test-run)! (it helps us **a lot**)
127
-
128
-
Are you using this project or any of our other projects? Consider [leaving a testimonial][testimonial]. =)
129
-
130
-
131
-
132
105
## Related Projects
133
106
134
107
Check out these related projects.
@@ -143,81 +116,70 @@ For additional context, refer to some of these links.
143
116
- [example-github-action-release-workflow](https://github.com/cloudposse/example-github-action-release-workflow) - Example application with complicated release workflow
144
117
145
118
146
-
## Help
147
-
148
-
**Got a question?** We got answers.
119
+
## ✨ Contributing
149
120
150
-
File a GitHub [issue](https://github.com/cloudposse/github-action-docker-compose-test-run/issues), send us an [email][email] or join our [Slack Community][slack].
121
+
This project is under active development, and we encourage contributions from our community.
Please use the [issue tracker](https://github.com/cloudposse/github-action-docker-compose-test-run/issues) to report any bugs or file feature requests.
156
131
157
-
We are a [**DevOps Accelerator**][commercial_support]. We'll help you build your cloud infrastructure from the ground up so you can own it. Then we'll show you how to operate it and stick around for as long as you need us.
If you are interested in being a contributor and want to get involved in developing this project or [help out](https://cpco.io/help-out) with Cloud Posse's other projects, we would love to hear from you! Shoot us an [email][email].
160
135
161
-
Work directly with our team of DevOps experts via email, slack, and video conferencing.
136
+
In general, PRs are welcome. We follow the typical "fork-and-pull" Git workflow.
162
137
163
-
We deliver 10x the value for a fraction of the cost of a full-time engineer. Our track record is not even funny. If you want things done right and you need it done FAST, then we're your best bet.
138
+
1. **Fork** the repo on GitHub
139
+
2. **Clone** the project to your own machine
140
+
3. **Commit** changes to your own branch
141
+
4. **Push** your work back up to your fork
142
+
5. Submit a **Pull Request** so that we can review your changes
164
143
165
-
- **Reference Architecture.** You'll get everything you need from the ground up built using 100% infrastructure as code.
166
-
- **Release Engineering.** You'll have end-to-end CI/CD with unlimited staging environments.
167
-
- **Site Reliability Engineering.** You'll have total visibility into your apps and microservices.
168
-
- **Security Baseline.** You'll have built-in governance with accountability and audit logs for all changes.
169
-
- **GitOps.** You'll be able to operate your infrastructure via Pull Requests.
170
-
- **Training.** You'll receive hands-on training so your team can operate what we build.
171
-
- **Questions.** You'll have a direct line of communication between our teams via a Shared Slack channel.
172
-
- **Troubleshooting.** You'll get help to triage when things aren't working.
173
-
- **Code Reviews.** You'll receive constructive feedback on Pull Requests.
174
-
- **Bug Fixes.** We'll rapidly work with you to fix any bugs in our projects.
144
+
**NOTE:** Be sure to merge the latest changes from "upstream" before making a pull request!
175
145
176
-
## Slack Community
146
+
### 🌎 Slack Community
177
147
178
148
Join our [Open Source Community][slack] on Slack. It's **FREE** for everyone! Our "SweetOps" community is where you get to talk with others who share a similar vision for how to rollout and manage infrastructure. This is the best place to talk shop, ask questions, solicit feedback, and work together as a community to build totally *sweet* infrastructure.
179
149
180
-
## Discourse Forums
181
-
182
-
Participate in our [Discourse Forums][discourse]. Here you'll find answers to commonly asked questions. Most questions will be related to the enormous number of projects we support on our GitHub. Come here to collaborate on answers, find solutions, and get ideas about the products and services we value. It only takes a minute to get started! Just sign in with SSO using your GitHub account.
183
-
184
-
## Newsletter
150
+
### 📰 Newsletter
185
151
186
152
Sign up for [our newsletter][newsletter] that covers everything on our technology radar. Receive updates on what we're up to on GitHub as well as awesome new projects we discover.
Please use the [issue tracker](https://github.com/cloudposse/github-action-docker-compose-test-run/issues) to report any bugs or file feature requests.
158
+
## About
199
159
200
-
### Developing
201
-
202
-
If you are interested in being a contributor and want to get involved in developing this project or [help out](https://cpco.io/help-out) with our other projects, we would love to hear from you! Shoot us an [email][email].
203
-
204
-
In general, PRs are welcome. We follow the typical "fork-and-pull" Git workflow.
205
-
206
-
1. **Fork** the repo on GitHub
207
-
2. **Clone** the project to your own machine
208
-
3. **Commit** changes to your own branch
209
-
4. **Push** your work back up to your fork
210
-
5. Submit a **Pull Request** so that we can review your changes
211
-
212
-
**NOTE:** Be sure to merge the latest changes from "upstream" before making a pull request!
160
+
This project is maintained and funded by [Cloud Posse, LLC][website].
We are a [**DevOps Accelerator**][commercial_support]. We'll help you build your cloud infrastructure from the ground up so you can own it. Then we'll show you how to operate it and stick around for as long as you need us.
Work directly with our team of DevOps experts via email, slack, and video conferencing.
218
168
169
+
We deliver 10x the value for a fraction of the cost of a full-time engineer. Our track record is not even funny. If you want things done right and you need it done FAST, then we're your best bet.
219
170
171
+
- **Reference Architecture.** You'll get everything you need from the ground up built using 100% infrastructure as code.
172
+
- **Release Engineering.** You'll have end-to-end CI/CD with unlimited staging environments.
173
+
- **Site Reliability Engineering.** You'll have total visibility into your apps and microservices.
174
+
- **Security Baseline.** You'll have built-in governance with accountability and audit logs for all changes.
175
+
- **GitOps.** You'll be able to operate your infrastructure via Pull Requests.
176
+
- **Training.** You'll receive hands-on training so your team can operate what we build.
177
+
- **Questions.** You'll have a direct line of communication between our teams via a Shared Slack channel.
178
+
- **Troubleshooting.** You'll get help to triage when things aren't working.
179
+
- **Code Reviews.** You'll receive constructive feedback on Pull Requests.
180
+
- **Bug Fixes.** We'll rapidly work with you to fix any bugs in our projects.
@@ -243,42 +205,11 @@ specific language governing permissions and limitations
243
205
under the License.
244
206
```
245
207
246
-
247
-
248
-
249
-
250
-
251
-
252
-
253
-
254
208
## Trademarks
255
209
256
210
All other trademarks referenced herein are the property of their respective owners.
257
-
258
-
## About
259
-
260
-
This project is maintained and funded by [Cloud Posse, LLC][website]. Like it? Please let us know by [leaving a testimonial][testimonial]!
261
-
262
-
[![Cloud Posse][logo]][website]
263
-
264
-
We're a [DevOps Professional Services][hire] company based in Los Angeles, CA. We ❤️ [Open Source Software][we_love_open_source].
265
-
266
-
We offer [paid support][commercial_support] on all of our projects.
267
-
268
-
Check out [our other projects][github], [follow us on twitter][twitter], [apply for a job][jobs], or [hire us][hire] to help with your cloud strategy and implementation.
0 commit comments