Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to specify molecule command #122

Merged
merged 1 commit into from
Jun 5, 2024
Merged

Conversation

paddyroddy
Copy link
Member

The action was fairly hardcoded towards running molecule test, so have changed the descriptions a bit.

@paddyroddy paddyroddy self-assigned this Jun 5, 2024
python3 -m pip install --upgrade pip
python3 -m pip install \
molecule molecule-plugins[docker] docker requests
run: >-
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I find >- generally leads to more readable code

@paddyroddy paddyroddy marked this pull request as ready for review June 5, 2024 11:49
@paddyroddy paddyroddy merged commit 475e28a into main Jun 5, 2024
3 checks passed
@paddyroddy paddyroddy deleted the molecule-command branch June 5, 2024 11:54
paddyroddy added a commit to UCL-MIRSG/ansible-collection-infra that referenced this pull request Jun 5, 2024
In the process of fixing things around #115, we want to use different
options in the composite action related to
UCL-MIRSG/.github#121 &
UCL-MIRSG/.github#122. This would mean we'd need
to set extra options in the reusable workflow, which will get confusing.
By removing the reusable workflow, this will simplify things greatly.
This will lead to more verbose code, but better in the long-term.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants