I don't know why patching from another fork doesn't start tests. Directly creating node.js.yml in the original repository works. You can see that I just created the same file with exactly the same content, and it launched tests. Yet, you can see what tests actually ran:
$ yarn run prerelease
yarn run v1.22.19
$ yarn run clean && yarn run build && yarn run test && yarn run lint
I don't know why patching from another fork doesn't start tests. Directly creating
node.js.yml
in the original repository works. You can see that I just created the same file with exactly the same content, and it launched tests. Yet, you can see what tests actually ran: