UnstoppableMango / pulumi-kubernetes-the-hard-way

A Pulumi component provider that implements Kelsey Hightower's Kubernetes the Hard Way
Apache License 2.0
0 stars 0 forks source link

Refactor build-test workflow for better tagging #340

Closed UnstoppableMango closed 4 months ago

UnstoppableMango commented 4 months ago

The build-test workflow has been refactored to improve the handling of language tags. The matrix configuration now includes a 'name' and 'tags' field for each language, allowing more specific control over test execution. This change also required updates to the Setup step and both long and short test run commands to use the new tag structure.