Skip to content

Commit c38b050

Browse files
split out workspace generation and testing
1 parent 716a27a commit c38b050

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,16 @@ jobs:
7272
- name: Test with pytest
7373
run: |
7474
python -m pytest -r sx tests
75-
- name: Test workspace comparison
75+
- name: Generate ROOT workspace from JSON
7676
run: |
7777
bash scripts/JSON_to_workspace.sh \
7878
sbottom \
7979
https://doi.org/10.17182/hepdata.89408.v1/r2 \
8080
RegionA/BkgOnly.json \
8181
RegionA/patch.sbottom_1300_205_60.json \
8282
RegionA/sbottom_1300_205_60.json
83+
- name: Test workspace comparison
84+
run: |
8385
bash tests/test_suite.sh \
8486
sbottom/xml/config/FitConfig_combined_NormalMeasurement_model.root \
8587
sbottom/workspaces/RegionA/sbottom_1300_205_60.json

0 commit comments

Comments
 (0)