-
Notifications
You must be signed in to change notification settings - Fork 2
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 Node.js workflow. #12
Conversation
Took quite a few commits, but it works |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @AdvaitDhingra . Thank you for your code! This YMAL didn't work. Those four npm run
lines never got a chance to run (please check the 'Details' page of this workflow). Please revise this file. Also please follow the CONTRIBUTING.md
for future PRs.
.github/workflows/node.js.yml
Outdated
- name: Test Server Side | ||
uses: actions/setup-node@v2 | ||
with: | ||
node-version: 12.18.3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here
Thanks for the review. I'll fix theses errors. |
This reverts commit 1eaaf92.
Hi @AdvaitDhingra , the workflow never gets run. And thus, I'm closing this PR. Please follow the CONTRIBUTING.md for future PRs (try squashing your commits with rebase -i to avoid a long list of commits). Thank you! |
I have set up and tested the node.js workflow. I have modified it to work with NuCat. It tests both the client and the server side.
Shold fix this issue.