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

Explore adding GitHub actions matrix instead of separate workflows #77

Open
techthoughts2 opened this issue Apr 28, 2024 · 1 comment
Open
Labels
enhancement New feature or request On Hold waiting on something before procedding

Comments

@techthoughts2
Copy link
Owner

Description

GitHub actions supports a matrix construct for jobs. This may be more efficient than having entirely separate workflows setup for multiple OS module testing.

Describe the solution you'd like

Test and evaluate if matrix is a better fit for cross-platform module testing than separate GA workflows per platform.

@techthoughts2 techthoughts2 added the enhancement New feature or request label Apr 28, 2024
@techthoughts2 techthoughts2 changed the title Explore adding GitHub actions matrix instea of separate workflows Explore adding GitHub actions matrix instead of separate workflows Apr 28, 2024
@techthoughts2
Copy link
Owner Author

This is not currently possible due to:

matrix job does not support to set shell as configuration options

shell: ${{ matrix.shell }} fails ❌ .

Reference: https://github.com/orgs/community/discussions/25544

Open Feature for this capability: actions/runner#444

@techthoughts2 techthoughts2 added the On Hold waiting on something before procedding label Apr 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request On Hold waiting on something before procedding
Projects
None yet
Development

No branches or pull requests

1 participant