Fuse solve nonhydro stencils 15 to 28 #473
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
on: | |
pull_request: | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
permissions: | |
pull-requests: write | |
steps: | |
- uses: mshick/add-pr-comment@v2 | |
with: | |
refresh-message-position: true | |
message: | | |
**Mandatory Tests** | |
Please make sure you run these tests via comment before you merge! | |
* `cscs-ci run` | |
* `launch jenkins spack` | |
**Optional Tests** | |
In case your change might affect downstream [icon-exclaim](https://github.com/C2SM/icon-exclaim), please consider running | |
* `launch jenkins icon` | |
For more detailed information please look at [CI in the EXCLAIM universe](https://github.com/C2SM/icon-exclaim/wiki). |