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

Update self-test to automatically test against more options of the reusable workflow #36

Merged
merged 6 commits into from
Oct 24, 2024

Conversation

MahdiBM
Copy link
Collaborator

@MahdiBM MahdiBM commented Oct 24, 2024

No description provided.

@MahdiBM MahdiBM requested a review from gwynne as a code owner October 24, 2024 10:05
@MahdiBM
Copy link
Collaborator Author

MahdiBM commented Oct 24, 2024

<Let's see how it goes, not sure if things will just work right off the bat>

Comment on lines 5 to 34
with_coverage:
type: boolean
required: false
default: true
description: "Set to 'true' to collect and upload code coverage data. Defaults to 'false'."
with_tsan:
type: boolean
required: false
default: true
description: "Set to 'true' to run tests with Thread Sanitizer. Defaults to 'true'."
warnings_as_errors:
type: boolean
required: false
default: false
description: "Set to 'true' to treat warnings as errors. Defaults to 'false'."
with_api_check:
type: boolean
required: false
default: true
description: "Set to 'true' to run the SwiftPM public API breakage check. Defaults to 'true'."
with_gh_codeql:
type: boolean
required: false
default: true
description: "Set to 'true' to run CodeQL checks. Defaults to 'true'."
with_linting:
type: boolean
required: false
default: false
description: "Set to 'true' to run swift-format's lint process. Defaults to 'false'."
Copy link
Member

Choose a reason for hiding this comment

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

Why remove these? These are inputs to the workflow_dispatch event, which means "when manually run from the GitHub UI". Just change the defaults.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

emm right i guess

@gwynne gwynne merged commit ce5f0e4 into vapor:main Oct 24, 2024
11 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.

2 participants