Skip to content

Split the GH actions CI into multiple stages #39210

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

Merged
merged 7 commits into from
Jul 6, 2020
Merged

Conversation

orta
Copy link
Contributor

@orta orta commented Jun 23, 2020

Currently all of the CI is a single "install and run CI" - by splitting it into separate tasks, you can see at a glance what failed

@orta orta self-assigned this Jun 23, 2020
else {
args.push("--format", "autolinkable-stylish");
}

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Stylish:

/Users/ortatherox/dev/typescript/typescript-compiler/src/compiler/builderState.ts
  93:90  error  Missing semicolon  @typescript-eslint/semi
  94:83  error  Missing semicolon  @typescript-eslint/semi

Autolinkable Stylish

Error: /Users/ortatherox/dev/typescript/typescript-compiler/src/compiler/builderState.ts:93:90 @typescript-eslint/semi Missing semicolon.
Error: /Users/ortatherox/dev/typescript/typescript-compiler/src/compiler/builderState.ts:94:83 @typescript-eslint/semi Missing semicolon.

Stylish support is shipped with setup-node here: https://github.com/actions/setup-node/blob/master/.github/eslint-stylish.json

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Looks like this in the files tab of the PR:
Screen Shot 2020-06-23 at 1 37 29 PM

@orta
Copy link
Contributor Author

orta commented Jul 1, 2020

OK, I'm confident in this as an improvement 👍

@orta orta merged commit d462fb2 into microsoft:master Jul 6, 2020
@orta
Copy link
Contributor Author

orta commented Jul 6, 2020

This seems to be breaking my build and maybe ignoring the config file?

https://github.com/microsoft/TypeScript/pull/39119/checks?check_run_id=842427208#step:9:24

The config has "space-before-function-paren": "off",

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.

3 participants