Skip to content

Commit

Permalink
split out workspace generation and testing
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Mar 20, 2020
1 parent 716a27a commit c38b050
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,16 @@ jobs:
- name: Test with pytest
run: |
python -m pytest -r sx tests
- name: Test workspace comparison
- name: Generate ROOT workspace from JSON
run: |
bash scripts/JSON_to_workspace.sh \
sbottom \
https://doi.org/10.17182/hepdata.89408.v1/r2 \
RegionA/BkgOnly.json \
RegionA/patch.sbottom_1300_205_60.json \
RegionA/sbottom_1300_205_60.json
- name: Test workspace comparison
run: |
bash tests/test_suite.sh \
sbottom/xml/config/FitConfig_combined_NormalMeasurement_model.root \
sbottom/workspaces/RegionA/sbottom_1300_205_60.json
Expand Down

0 comments on commit c38b050

Please sign in to comment.