Npm - Test
The test action runs the test suite using the npm test command.
tip
This action will utilize the command provided by the test
script in the project's package.json.
npm install
will be run before the test command to ensure that dependencies are installed beforehand.