Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
vvolkl committed Dec 4, 2024
1 parent c62db4e commit ee4a022
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
run: |
echo "### Dump default.local ###"
cat /etc/cvmfs/default.local
sleep 5
echo "### Try to ls on /Users/Shared/cvmfs/sft.cern.ch/ ###"
ls /Users/Shared/cvmfs/sft.cern.ch/
ls /Users/Shared/cvmfs/sft.cern.ch/ | grep lcg
echo "### Try to ls on /cvmfs/sft.cern.ch/ ###"
ls /cvmfs/sft.cern.ch/
ls /cvmfs/sft.cern.ch/ | grep lcg

0 comments on commit ee4a022

Please sign in to comment.