madminer-tool / madminer-jupyter-env

Docker environment for the Madminer tutorial
MIT License
1 stars 1 forks source link

Adding CI for checking the build and the built image #10

Open tueda opened 3 months ago

tueda commented 3 months ago

Adding CI for the Docker image will help identify what works and what doesn't. This patch adds a CI workflow, which consists of

The latter uses a separate reusable workflow and a shell script invoked within Docker. Output notebooks and log files (*.log) are saved as artifacts. Intermediate results are also saved, to be used in the subsequent dependent jobs.

Some remarks:

See also a workflow run on my branch.