Skip to content

Commit

Permalink
Update CI to run TimesliceExample instead of BlockExample
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanwbrei committed Apr 13, 2024
1 parent f290b43 commit 22a0571
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ccpp-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,6 @@ jobs:
$GITHUB_WORKSPACE/Linux/bin/jana-unit-tests
- name: BlockExample
run: |
echo "--- Running BlockExample ------------------------------"
$GITHUB_WORKSPACE/Linux/plugins/BlockExample.so
echo "--- Running TimesliceExample ------------------------------"
$GITHUB_WORKSPACE/Linux/bin/jana -Pjana:nevents=100 -Pnthreads=4 -Pplugins=$GITHUB_WORKSPACE/Linux/plugins/TimesliceExample.so

0 comments on commit 22a0571

Please sign in to comment.