Skip to content

Commit

Permalink
Add JSON to workspace converter test to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Mar 16, 2020
1 parent 6617919 commit ced9a46
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,17 @@ jobs:
- name: Test with pytest
run: |
python -m pytest -r sx tests
- name: Test workspace comparison
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
bash tests/test_suite.sh \
sbottom/xml/config/FitConfig_combined_NormalMeasurement_model.root \
sbottom/workspaces/RegionA/sbottom_1300_205_60.json
docker:

Expand Down

0 comments on commit ced9a46

Please sign in to comment.