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

🧹 Clean up nodeenv and add CI tests #1561

Merged
merged 4 commits into from
Oct 3, 2024
Merged

Conversation

agoose77
Copy link
Contributor

@agoose77 agoose77 commented Oct 3, 2024

In some recent refactoring work, the nodeenv integration added some duplicate code. This PR removes that, and ensures that we're testing its usage.

I couldn't find an elegant way to create an environment without Node.js without using Docker. There's also Nix, but I know that it is not something people are familiar with. Although I am confident it would be simple to understand, if it goes wrong, things get hard.

Copy link

changeset-bot bot commented Oct 3, 2024

⚠️ No Changeset found

Latest commit: ee57c9a

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Comment on lines 3 to 12
on:
push:
#branches: [main, ci-*]
#paths:
# - 'packages/mystmd-py/**'
pull_request:
#branches: [main]
#paths:
# - 'packages/mystmd-py/**'
workflow_dispatch:
Copy link
Contributor Author

Choose a reason for hiding this comment

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

These will be un-commented once the tests pass.

@rowanc1 rowanc1 changed the title 🧹 Clean up nodeenv and add CI tests 🧹 Clean up nodeenv and add CI tests Oct 3, 2024
@rowanc1
Copy link
Member

rowanc1 commented Oct 3, 2024

Feel free to take this over the line whenever you feel like it @agoose77!

@agoose77 agoose77 merged commit 8ca677a into main Oct 3, 2024
8 checks passed
@agoose77 agoose77 deleted the agoose77/refactor-lift-nodeenv branch October 3, 2024 15:42
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