Skip to content

Commit

Permalink
testing inside host and then running container
Browse files Browse the repository at this point in the history
  • Loading branch information
RaiqaRasool committed Jul 23, 2024
1 parent f78ba12 commit 041c1a8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/halld_recon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,20 @@ jobs:
- uses: actions/checkout@v4
- uses: cvmfs-contrib/github-action-cvmfs@v4

- name: Test CernVM-FS inside the container
run: |
ls /cvmfs/oasis.opensciencegrid.org/gluex/group/halld
ls /cvmfs/lhcb.cern.ch
- name: Run AlmaLinux 9 Container with CVMFS Mount
run: |
docker run --rm \
--volume /cvmfs:/cvmfs \
raiqarasool/rjones-gluex:latest /bin/bash -c "
echo 'Running inside AlmaLinux container...'
echo 'Listing cvmfs files'
ls /cvmfs/oasis.opensciencegrid.org/gluex/group/halld
ls /cvmfs/lhcb.cern.ch
ls /cvmfs/oasis.opensciencegrid.org/
"
# - name: Test CernVM-FS inside the container
# run: |
Expand Down

0 comments on commit 041c1a8

Please sign in to comment.