From fe552d5d2e4cd7e7f41fc472c6bdc8c5dd7899ee Mon Sep 17 00:00:00 2001 From: jmcarcell Date: Thu, 5 Sep 2024 09:19:03 +0200 Subject: [PATCH] Run the container --- .github/workflows/create-test-input-file.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/create-test-input-file.yaml b/.github/workflows/create-test-input-file.yaml index 5ebfbf7..bb8fde6 100644 --- a/.github/workflows/create-test-input-file.yaml +++ b/.github/workflows/create-test-input-file.yaml @@ -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: