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

test(structure): consolidated all verification under the test script #719

Merged
merged 4 commits into from
Oct 23, 2023

Conversation

travi
Copy link
Member

@travi travi commented Oct 20, 2023

while also enabling isolated execution. similar to semantic-release/semantic-release#2964

for semantic-release/.github#19

@travi travi requested a review from a team October 20, 2023 19:47
@@ -8,7 +8,13 @@ name: Test
types:
- opened
- synchronize

env:
FORCE_COLOR: 1
Copy link
Member

Choose a reason for hiding this comment

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

nice!

with:
node-version: "lts/*"
node-version-file: .nvmrc
Copy link
Member

Choose a reason for hiding this comment

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

NICEE! I didn't know that was possible!

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 try to make the nvmrc the source of truth for as much as possible. even more important for apps where supporting a matrix is less of an issue.

big side benefit of having a job in the workflow that references that file is that renovate updates this file, so it can fail before merge if anything about the project doesnt support that version

@@ -17,7 +18,8 @@
},
"contributors": [
"Stephan Bönnemann <stephan@boennemann.me> (http://boennemann.me)",
"Gregor Martynus (https://twitter.com/gr2m)"
"Gregor Martynus (https://twitter.com/gr2m)",
"Matt Travi <npm@travi.org> (https://matt.travi.org/)"
Copy link
Member

Choose a reason for hiding this comment

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

About time!!

@travi travi merged commit 5df6b1d into master Oct 23, 2023
6 checks passed
@travi travi deleted the test-structure branch October 23, 2023 18:53
Copy link

github-actions bot commented Nov 8, 2023

🎉 This PR is included in version 9.2.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants