Skip to content

Commit

Permalink
Update Basic Readout example following #247
Browse files Browse the repository at this point in the history
  • Loading branch information
juanangp authored Jun 14, 2022
1 parent b6d4838 commit f988dac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,9 @@ jobs:
- name: Basic Readout
run: |
source ${{ env.REST_PATH }}/thisREST.sh
cd framework/projects/basic-readouts
cd framework/projects/basic-examples/
git submodule update --init .
cd basic-readouts
git submodule update --init .
restRoot -b -q GenerateReadouts.C'("basic.root")'
restRoot -b -q BasicValidation.C'("basic.root", "pixelDecoding")'
Expand Down

0 comments on commit f988dac

Please sign in to comment.