Skip to content

updated gitlab ci.yml

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)

Edited by Patrick Harvey

Merge request reports