Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove Node.js install from build tests
The build tests script does not require Node.js so there's no need to install it during setup. Remove the call to `get_node` from the `extra_initialization` function which is called for all tests types. Add `get_node` to the function responsible for running npm install which is called for all tests types that require Node.js (unit + integration) Also remove unnecessary apt commands installing curl which is already included in the test runner image.
- Loading branch information