Skip to content

Commit

Permalink
Turn off TimesliceExample for now
Browse files Browse the repository at this point in the history
TimesliceExample requires Podio, which requires ROOT, neither of which we have here.
  • Loading branch information
nathanwbrei committed Apr 16, 2024
1 parent 2789cbd commit c32f9d0
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ccpp-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,7 @@ jobs:
export JANA_PLUGIN_PATH=$GITHUB_WORKSPACE/Linux/plugins
echo "--- Running JTest plugin -----------------------"
$GITHUB_WORKSPACE/Linux/bin/jana -PPLUGINS=JTest -Pjana:nevents=100
- name: janatests
- name: jana-unit-tests
run: |
echo "--- Running jana-unit-tests ------------------------------"
$GITHUB_WORKSPACE/Linux/bin/jana-unit-tests
- name: BlockExample
run: |
echo "--- Running TimesliceExample ------------------------------"
$GITHUB_WORKSPACE/Linux/bin/jana -Pjana:nevents=100 -Pnthreads=4 -Pplugins=$GITHUB_WORKSPACE/Linux/plugins/TimesliceExample.so

0 comments on commit c32f9d0

Please sign in to comment.