cisagov / skeleton-ansible-role

A skeleton project for quickly getting a new cisagov Ansible role started.
Creative Commons Zero v1.0 Universal
7 stars 6 forks source link

Use `cisagov/setup-env-github-action` in the `test` job of the `build` workflow #183

Closed mcdonnnj closed 8 months ago

mcdonnnj commented 8 months ago

๐Ÿ—ฃ Description

This pull request adds a step that uses cisagov/setup-env-github-action to the test job of the build workflow.

๐Ÿ’ญ Motivation and context

This is necessary to populate the Python version that is used by the actions/setup-python step in that job.

๐Ÿงช Testing

Automated tests pass. I no longer see the warning:

test (default)
The `python-version` input is not set. The version of Python currently in `PATH` will be used.

โœ… Pre-approval checklist