GA: test_uwlcm_hlpr: specify singularity_path #342
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: Test UWLCM | |
| on: | |
| push: | |
| branches: [ master ] | |
| pull_request: | |
| branches: [ master ] | |
| jobs: | |
| call_test_uwlcm_hlpr: | |
| #################### | |
| # use the reusable workflow version from the PR code, doesn't work | |
| # TODO: fix this so that changes to test_uwlcm_hlpr.yml proposed by a PR are tested... | |
| # uses: ${{ github.event.pull_request.head.repo.full_name }}/UWLCM/.github/workflows/test_uwlcm_hlpr.yml@${{github.head_ref}} | |
| uses: ./.github/workflows/test_uwlcm_hlpr.yml | |
| #################### | |
| # temp: we use the workflow from the master branch of the igfuw/uwlcm repo | |
| # uses: igfuw/UWLCM/.github/workflows/test_uwlcm_hlpr.yml@master | |
| #################### | |
| with: | |
| UWLCM_sha: ${{ github.sha }} # merge PR SHA | |
| libcloudphxx_sha: "master" | |
| libmpdataxx_sha: "master" |