Skip to content

Commit

Permalink
Run the container
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Sep 5, 2024
1 parent 83bdd6f commit fe552d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/create-test-input-file.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
ddsim --steeringFile clic_steer.py --compactFile $K4GEO/CLIC/compact/CLIC_o3_v14/CLIC_o3_v14.xml --enableGun --gun.distribution uniform --gun.particle gamma --gun.energy "10*GeV" --outputFile gamma_10GeV_edm4hep.root --numberOfEvents 10
cp gamma_10GeV_edm4hep.root /${name}/gamma_10GeV_edm4hep.root
EOF
docker exec container /bin/bash -c /${name}/script_container.sh
- name: Upload test input file
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit fe552d5

Please sign in to comment.