File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -104,6 +104,16 @@ jobs:
104104 cd docs
105105 vuegen -dir example_data/Earth_microbiome_vuegen_demo_notebook -rt jupyter
106106 vuegen -c example_data/Earth_microbiome_vuegen_demo_notebook/Earth_microbiome_vuegen_demo_notebook_config.yaml -rt jupyter
107+ - name : check for changes in report files
108+ run : |
109+ # write streamlit report to test folder
110+ vuegen -dir docs/example_data/Basic_example_vuegen_demo_notebook -output_dir tests/report_examples/Basic_example_vuegen_demo_notebook
111+ # Check for changes
112+ if git diff tests/report_examples | grep .; then
113+ echo "Error: One or more protected files have been modified."
114+ exit 1
115+ fi
116+
107117
108118 publish :
109119 name : Publish package to PyPI
You can’t perform that action at this time.
0 commit comments