Skip to content

Commit

Permalink
cvmfs mount test for halld_recon
Browse files Browse the repository at this point in the history
  • Loading branch information
RaiqaRasool committed Jul 22, 2024
1 parent 7f3627f commit 4abdf31
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/halld_recon.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: halld_recon

on:
push:
branches: [rasool_gluex_ci_testing]
pull_requests:
branches: [rasool_gluex_ci_testing]


jobs:
jana2_halld_recon:
name: halld_recon
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: cvmfs-contrib/github-action-cvmfs@v4

- name: Test CernVM-FS
run: |
ls /cvmfs/lhcb.cern.ch
ls /cvmfs/auger.egi.eu
ls /cvmfs/dune.opensciencegrid.org
ls /cvmfs/sw.hsf.org
ls /cvmfs/sft.cern.ch

0 comments on commit 4abdf31

Please sign in to comment.