Disable mandb updates for action #277
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: macOS-minimal | |
| on: | |
| push: | |
| branches: | |
| - main | |
| pull_request: | |
| branches: | |
| - main | |
| # Declare default permissions as read only. | |
| permissions: read-all | |
| jobs: | |
| macOS-minimal: | |
| runs-on: macos-latest | |
| steps: | |
| - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 | |
| - uses: ./ | |
| # - name: Test EESSI | |
| # run: | | |
| # direnv status | |
| # module avail | |
| # shell: bash | |
| - name: Test available repos | |
| run: | | |
| ls /cvmfs/software.eessi.io | |
| ls /cvmfs/dev.eessi.io | |
| shell: bash |