Skip to content

Add tests and linting to Gitlab CI yml

Patrick Harvey requested to merge patrick/update-gitlab-yml into patrick/develop

I am updating the gitlab ci to automatically run angular tests and run eslint in the test pipeline.

I also configured the pipelines into three main stages:

  • test
  • build
  • deploy

Merge request reports