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

Split CI into two stages #1400

Merged
merged 10 commits into from
Apr 25, 2022
Merged

Split CI into two stages #1400

merged 10 commits into from
Apr 25, 2022

Conversation

kamil-stripe
Copy link
Contributor

Split CI into build stage that builds and lints on the latest Node.js and test stage that tests on each Node.js version that is supported by us.

@pakrym-stripe
Copy link
Contributor

Related: #1399

@pakrym-stripe
Copy link
Contributor

I'm a bit surprised we can still run on node 8. Are we sure we pick up the right node executable in tests?

@kamil-stripe kamil-stripe merged commit cb27753 into master Apr 25, 2022
@kamil-stripe kamil-stripe deleted the kamil/split-ci branch April 25, 2022 20:51
run: find . -name "*.js" -type f -not -path "./node_modules/*" -not -path "./\.*" -exec node --check {} \;

- name: Lint
run: yarn && yarn lint
Copy link
Contributor

@pakrym-stripe pakrym-stripe Apr 25, 2022

Choose a reason for hiding this comment

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

Does this actually build? (tsc....)?

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