CVMFS mac support now in prod; use homebrew to install (#31) #143
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: with cvmfs_http_proxy | |
on: [push, pull_request] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: ./ | |
with: | |
cvmfs_http_proxy: 'auto' | |
- name: Setup CernVM-FS | |
run: | | |
echo "### Dump default.local ###" | |
cat /etc/cvmfs/default.local | |
echo "### Chech cvmfs_http_proxy is set corretly to auto ###" | |
grep auto /etc/cvmfs/default.local |