Skip to content

Commit ee4a022

Browse files
committed
update test
1 parent c62db4e commit ee4a022

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/macos.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
run: |
2121
echo "### Dump default.local ###"
2222
cat /etc/cvmfs/default.local
23+
sleep 5
2324
echo "### Try to ls on /Users/Shared/cvmfs/sft.cern.ch/ ###"
24-
ls /Users/Shared/cvmfs/sft.cern.ch/
25+
ls /Users/Shared/cvmfs/sft.cern.ch/ | grep lcg
2526
echo "### Try to ls on /cvmfs/sft.cern.ch/ ###"
26-
ls /cvmfs/sft.cern.ch/
27+
ls /cvmfs/sft.cern.ch/ | grep lcg

0 commit comments

Comments
 (0)