Skip to content

Commit 6bced09

Browse files
committed
👷 CI(cdci.yml): Update the CI test with the EMP example data and add tests to create reports from a directory
1 parent 35ce7db commit 6bced09

File tree

1 file changed

+18
-9
lines changed

1 file changed

+18
-9
lines changed

‎.github/workflows/cdci.yml‎

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ jobs:
3333
- name: Execute streamlit report
3434
run: |
3535
cd docs
36-
vuegen --config example_data/MicW2Graph/report_config_micw2graph.yaml
36+
vuegen --directory example_data/Earth_microbiome_vuegen_demo_notebook
37+
vuegen --config example_data/Earth_microbiome_vuegen_demo_notebook/Earth_microbiome_vuegen_demo_notebook_config.yaml
3738
3839
other-reports:
3940
name: Integration tests
@@ -56,33 +57,41 @@ jobs:
5657
- name: Execute streamlit report (to check)
5758
run: |
5859
cd docs
59-
vuegen -c example_data/MicW2Graph/report_config_micw2graph.yaml
60+
vuegen -dir example_data/Earth_microbiome_vuegen_demo_notebook
61+
vuegen -c example_data/Earth_microbiome_vuegen_demo_notebook/Earth_microbiome_vuegen_demo_notebook_config.yaml
6062
# repeat for easier inspection on GitHub:
6163
- name: quarto html report
6264
run: |
6365
cd docs
64-
vuegen -c example_data/MicW2Graph/report_config_micw2graph.yaml -rt html
66+
vuegen -dir example_data/Earth_microbiome_vuegen_demo_notebook -rt html
67+
vuegen -c example_data/Earth_microbiome_vuegen_demo_notebook/Earth_microbiome_vuegen_demo_notebook_config.yaml -rt html
6568
- name: quarto pdf report
6669
run: |
6770
cd docs
68-
vuegen -c example_data/MicW2Graph/report_config_micw2graph.yaml -rt pdf
71+
vuegen -dir example_data/Earth_microbiome_vuegen_demo_notebook -rt pdf
72+
vuegen -c example_data/Earth_microbiome_vuegen_demo_notebook/Earth_microbiome_vuegen_demo_notebook_config.yaml -rt pdf
6973
- name: quarto docx report
7074
run: |
7175
cd docs
72-
vuegen -c example_data/MicW2Graph/report_config_micw2graph.yaml -rt docx
76+
vuegen -dir example_data/Earth_microbiome_vuegen_demo_notebook -rt docx
77+
vuegen -c example_data/Earth_microbiome_vuegen_demo_notebook/Earth_microbiome_vuegen_demo_notebook_config.yaml -rt docx
7378
- name: quarto odt report
7479
run: |
7580
cd docs
76-
vuegen -c example_data/MicW2Graph/report_config_micw2graph.yaml -rt odt
81+
vuegen -dir example_data/Earth_microbiome_vuegen_demo_notebook -rt odt
82+
vuegen -c example_data/Earth_microbiome_vuegen_demo_notebook/Earth_microbiome_vuegen_demo_notebook_config.yaml -rt odt
7783
- name: quarto revealjs report
7884
run: |
7985
cd docs
80-
vuegen -c example_data/MicW2Graph/report_config_micw2graph.yaml -rt revealjs
86+
vuegen -dir example_data/Earth_microbiome_vuegen_demo_notebook -rt revealjs
87+
vuegen -c example_data/Earth_microbiome_vuegen_demo_notebook/Earth_microbiome_vuegen_demo_notebook_config.yaml -rt revealjs
8188
- name: quarto pptx report
8289
run: |
8390
cd docs
84-
vuegen -c example_data/MicW2Graph/report_config_micw2graph.yaml -rt pptx
91+
vuegen -dir example_data/Earth_microbiome_vuegen_demo_notebook -rt pptx
92+
vuegen -c example_data/Earth_microbiome_vuegen_demo_notebook/Earth_microbiome_vuegen_demo_notebook_config.yaml -rt pptx
8593
- name: quarto jupyter report
8694
run: |
8795
cd docs
88-
vuegen -c example_data/MicW2Graph/report_config_micw2graph.yaml -rt jupyter
96+
vuegen -dir example_data/Earth_microbiome_vuegen_demo_notebook -rt jupyter
97+
vuegen -c example_data/Earth_microbiome_vuegen_demo_notebook/Earth_microbiome_vuegen_demo_notebook_config.yaml -rt jupyter

0 commit comments

Comments
 (0)