localstack-samples / localstack-samples/localstack-pulumi-samples
Add GitHub Actions workflow and Makefile for test automation
未关闭
还没有人认领这个 Issue。
enhancement
good first issue
hacktoberfest
- 主要语言
- Python
- 星标
- 13
- 派生
- 2
- PR 合并指标
- 30 天内没有已合并 PR
描述
We should add a GitHub Actions workflow and a Makefile to automate running tests for individual Pulumi samples. These should be modeled after the existing workflows and Makefiles used in:
- localstack-samples/localstack-pro-samples/Makefile
- localstack-samples/localstack-pro-samples/.github/workflows/makefile.yml
Requirements:
- Create a top-level Makefile to run install, lint, start, stop, and test commands for each Pulumi sample directory (similar to pro-samples).
- Add a GitHub Actions workflow under
.github/workflows/to run CI tests for all samples, similar to the referenced pro-samples workflow. - Ensure the workflow installs dependencies, sets up LocalStack, pulls the Docker image, and executes tests using the Makefile.
- Link to relevant references for implementation:
This will keep testing consistent across all LocalStack sample repositories and simplify maintenance.
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先比较所引用的 pro-samples Makefile 和 .github/workflows/makefile.yml,然后检查此存储库中的 Pulumi 示例目录。添加所请求的顶层 Makefile,并将 workflow 添加到 .github/workflows/ 下。当 workflow 安装依赖项、设置 LocalStack、拉取 Docker 镜像,并通过 Makefile 为所有示例运行测试时,即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- docker, github-actions, python
- 领域
- build-system, ci-cd, devops, tooling
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100