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

Exclude check-license workflows for non-Linux #719

Merged
merged 1 commit into from
Nov 30, 2023

Conversation

stmcginnis
Copy link
Contributor

Issue #, if available:

N/A

Description of changes:

We now have a matrix job to ensure test coverage on all supported OS platforms. This also causes the check-license job to run on each OS.

The license check isn't platform specific, so this ends up being a little wasteful. This adds an exclude block to skip macOS and Windows since they are not needed and those particular OS's take longer to run than Linux.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

We now have a matrix job to ensure test coverage on all supported OS
platforms. This also causes the `check-license` job to run on each OS.

The license check isn't platform specific, so this ends up being a
little wasteful. This adds an exclude block to skip macOS and Windows
since they are not needed and those particular OS's take longer to run
than Linux.

Signed-off-by: Sean McGinnis <[email protected]>
@stmcginnis stmcginnis requested a review from cbgbt November 15, 2023 20:43
@cbgbt cbgbt merged commit 9004cf9 into awslabs:develop Nov 30, 2023
7 checks passed
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.

3 participants