I think we should make separate workflow files so they can be restarted independently.
For Node.js:
- Clone nodejs/node
- Replace
tools/gyp with the code from the PR/branch being tested
- Check that Node can be built
For node-gyp:
- clone nodejs/node-gyp
- Replace
gyp with the code from the PR/branch being tested
- Check that tests pass
I think we should make separate workflow files so they can be restarted independently.
For Node.js:
tools/gypwith the code from the PR/branch being testedFor node-gyp:
gypwith the code from the PR/branch being tested