with cvmfs_http_proxy #346
This file contains hidden or 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: | |
| schedule: | |
| - cron: '11 1 * * *' | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v5 | |
| - 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 |