diff --git a/.github/workflows/build-run.yml b/.github/workflows/build-run.yml index ec0155653d..256f35410e 100644 --- a/.github/workflows/build-run.yml +++ b/.github/workflows/build-run.yml @@ -84,7 +84,7 @@ jobs: run: | source /cvmfs/ship.cern.ch/$version/setUp.sh eval $(alienv load FairShip/latest) - python $FAIRSHIP/macro/run_simScript.py --test --debug 2 --${{ matrix.vessel_option }} --SND --SND_design=${{ matrix.SND_option }} --shieldName ${{ matrix.muon_shield }} --target-yaml=$FAIRSHIP/geometry/target_config_${{ matrix.target }}.yaml --EvtGenDecayer + python $FAIRSHIP/macro/run_simScript.py --seed 1 -n 1000 --test --debug 2 --${{ matrix.vessel_option }} --SND --SND_design=${{ matrix.SND_option }} --shieldName ${{ matrix.muon_shield }} --target-yaml=$FAIRSHIP/geometry/target_config_${{ matrix.target }}.yaml --EvtGenDecayer - name: Overlap check run: |