Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: TEST SANDRECO | ||
run-name: TEST SANDRECO | ||
on: | ||
workflow_run: | ||
workflows: [SAND GEOMETRY] | ||
types: [completed] | ||
jobs: | ||
Test-sand-geo: | ||
uses: ./.github/workflows/build-sandreco.yml | ||
if: ${{ github.event.workflow_run.conclusion == 'success' }} | ||
steps: | ||
- name: Run edepsim | ||
run: | | ||
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:~/geant4/lib64;~/root/lib;~/edepsim/lib | ||
edep-sim -C -g ~/dunendggd/SAND_opt3_STT1.gdml -o SAND_opt3_STT1.edep.root macro.mac |