UTNAK / kepler16b-using-imce-vocabulary

Forked from a demo project for the openCAESAR platform
http://opencaesar.github.io/kepler16b-example/
0 stars 0 forks source link

7 execute simulation code on a cicd pipeline #29

Closed UTNAK closed 4 weeks ago

UTNAK commented 4 weeks ago

Checklist before submitting a merge request

Description of contribution

I added and tested CI/CD pipeline using github actions.

Testing performed

image

How to Test Expected functionality changes

  1. git clone https://github.com/UTNAK/kepler16b-using-imce-vocabulary.git
  2. switch to the branch 7-execute-simulation-code-on-a-cicd-pipeline
  3. open src/analysis/analysisShell.qmd and add some text
  4. commit and pull.
  5. After that, the github actions automatically runs CI/CD pipeline
  6. Go to Actions
  7. Check the workflow is running. It takes 10 minutes typically.
  8. Check the status of build and deploy task is succeeded.
  9. Go to deployed pages
  10. Check the timestamp is updated
image
  1. Check the analysis results of a quarto notebook
  2. Check the analysis results of a jupyter notebook

Additional context

[If needed, you may add additional context]