-
Notifications
You must be signed in to change notification settings - Fork 591
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
[meta] run syntax_tests
in parallel on dev
and (optionally) stable
Builds
#3090
Conversation
to run parallel tests with latest stable & dev channel syntax_tests binary
This adds a button to workflow history page at: <https://github.com/sublimehq/Packages/actions/workflows/ci.yml>
36f3b00
Adds ability to run workflow manually from button on GitHub at https://github.com/sublimehq/Packages/actions/workflows/ci.yml. Will look like this (similar): |
Also labels should be clearer for workflow jobs after selecting a run at https://github.com/sublimehq/Packages/actions/. Compare (similar): ... and when expanding checks in a PR. Compare (similar): |
Apologies for ignorant question: Can the |
I don't know, will have to check. |
Looking at https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions#jobsjob_idstrategymatrix it seems possible to set variables with |
via `matrix.include` Co-authored-by: michaelblyons <[email protected]>
- creating subdir - moving root dirs into it
Is it possible to make the stable check optional (i.e. allow PRs to still be merged if it fails)? Otherwise we won't be able to use features not yet in a stable build... |
Co-authored-by: Keith Hall <[email protected]>
260d733
Nice work, looks great! |
syntax_tests
in parallel on dev
and (optionally) stable
Builds
A couple PRs in, I like this a lot. |
…le` Builds (sublimehq#3090) * [meta] update github action workflow to run parallel tests with latest stable & dev channel syntax_tests binary * [meta] use Build 4118 test binary * [meta] update displayed names of workflow jobs * [meta] minor readability improvements of workflow * [meta] add ability to run workflow on dispatch This adds a button to workflow history page at: <https://github.com/sublimehq/Packages/actions/workflows/ci.yml> * [meta] improve labeling of workflow via `matrix.include` Co-authored-by: michaelblyons <[email protected]> * [meta] merge steps in workflow for: - creating subdir - moving root dirs into it * [meta] optionally run workflow on stable builds Co-authored-by: Keith Hall <[email protected]> Co-authored-by: michaelblyons <[email protected]> Co-authored-by: Keith Hall <[email protected]>
syntax_tests
binaries from lateststable
&dev
channel buildsCo-authored-by: michaelblyons [email protected]
Co-authored-by: Keith Hall [email protected]