Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run Storage Node tests in CI (#8375)
The script that runs the tests in CI accepts a `-s` flag we use to pass the test command we want to run in CI. We were passing two commands, and only the first one (`test:browser`) was being run, skipping the Node tests. Now we only pass one command `test`, which runs both.
- Loading branch information