We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28445c9 commit 55bc4dcCopy full SHA for 55bc4dc
.github/workflows/linux-eic-shell.yml
@@ -155,7 +155,11 @@ jobs:
155
network_types: "none"
156
setup: install/bin/thisepic.sh
157
run: |
158
- geoPluginRun -input ${DETECTOR_PATH}/${{matrix.detector_config}}.xml -plugin DD4hepDetectorChecksum
+ if ! geoPluginRun -print ERROR -input ${DETECTOR_PATH}/${DETECTOR_CONFIG}.xml -plugin DD4hep_DetectorDump -level 0 | grep ERROR ; then
159
+ geoPluginRun -print ERROR -input ${DETECTOR_PATH}/${{matrix.detector_config}}.xml -plugin DD4hepDetectorChecksum
160
+ else
161
+ exit 1
162
+ fi
163
164
validate-material-map:
165
runs-on: ubuntu-latest
0 commit comments