Skip to content

updated gitlab ci.yml

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

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

I also configured the pipelines into three main stages:

  • dependencies
  • test
  • build
  • deploy

Additionally, I added a sam-dev-deploy job that will push deployment to the dev.tools.soar.wisc.edu webhosting server.

Closes #15 (closed)

Merge request reports