Skip to content

Commit

Permalink
fix(ci): test ROOT-dependent algorithms
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Mar 1, 2024
1 parent 9862de4 commit c8fa5ef
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,20 @@ jobs:
key: hipo-${{ inputs.id }}-${{ env.hipo_version }}
path: hipo.tar.zst

test_root:
name: test ROOT
runs-on: ${{ inputs.runner }}
container:
image: ${{ inputs.container }}
steps:
- uses: cvmfs-contrib/github-action-cvmfs@v4
run: |
ls /cvmfs/sft.cern.ch
echo "==="
ls /cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.28.10/x86_64-ubuntu22-gcc114-opt
echo "==="
ls /cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.28.10/x86_64-mac127-clang140-opt
# build
#########################################################

Expand Down

0 comments on commit c8fa5ef

Please sign in to comment.