Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(docker): separate testing and linting from the build
Creates new CI steps to run the lint and test commands, rather than having them run inside the Docker build. This means that the image can be built even if there are linting issues (which will be useful for local development), and that the tests will be able to make use of other processes (and given the app has a reliance on React and Postgres, this is vital). Refs #388, #390
- Loading branch information