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 ci:dry-run to skip performing builds but still test the matrix #437

Merged
merged 1 commit into from
Dec 18, 2024

Conversation

zanieb
Copy link
Member

@zanieb zanieb commented Dec 18, 2024

In general, I think this will be a little niche but in the short-term it'll be really helpful for iterating on our build matrix.

Comment on lines +51 to +52
if category == "ci":
category = "directives"
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 could just avoid this rename and use ci instead of directives throughout, not sure if it really matters.

Comment on lines -111 to +113
- uses: actions/checkout@v4
- name: Checkout macOS SDKs for validation
Copy link
Member Author

Choose a reason for hiding this comment

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

(otherwise it's really confusing why there's a checkout action running here)

@zanieb zanieb merged commit 6b4d414 into main Dec 18, 2024
283 checks passed
@zanieb zanieb deleted the zb/dry-run branch December 18, 2024 16:29
zanieb added a commit that referenced this pull request Dec 18, 2024
…437)

In general, I think this will be a little niche but in the short-term
it'll be really helpful for iterating on our build matrix.
zanieb added a commit that referenced this pull request Dec 18, 2024
…437)

In general, I think this will be a little niche but in the short-term
it'll be really helpful for iterating on our build matrix.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants