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

Added github workflow to exec. unit tests #144

Merged

Conversation

alexbjorlig
Copy link
Contributor

@alexbjorlig alexbjorlig commented Feb 12, 2021

The workflow does not include notification of gitter, but if that is still needed there is a pluglin like this one here.

.github/unit-tests.yml Outdated Show resolved Hide resolved
.github/unit-tests.yml Outdated Show resolved Hide resolved
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- uses: bahmutov/npm-install@v1
Copy link
Contributor

Choose a reason for hiding this comment

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

We don’t need this line unless we want a specific npm version, do we?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

bahmutov/npminstall is just for installing dependencies with caching --> works really great. A will just push a new commit with suggested changes

.github/unit-tests.yml Outdated Show resolved Hide resolved
@addaleax addaleax merged commit 68a401b into mongodb-js:master Feb 12, 2021
@addaleax
Copy link
Contributor

Ok, had to make a small change to the location of the file but seems to be working now :)

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