localstack-samples/localstack-pulumi-samples

Add GitHub Actions workflow and Makefile for test automation

Open

#13 建立於 2025年10月9日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)Python (2 fork)github user discovery
enhancementgood first issuehacktoberfest

倉庫指標

Star
 (13 star)
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:

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.

貢獻者指南