adding NightlyRuns tests for pyISSM #194
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: CI | |
| # Trigger CI on pushes and pull requests to main branch | |
| on: | |
| push: | |
| branches: | |
| - main | |
| pull_request: | |
| branches: | |
| - main | |
| # Define jobs | |
| jobs: | |
| # Job 1: Check dependencies and installation | |
| check_dependencies: | |
| uses: access-nri/pyISSM/.github/workflows/check-dependencies.yml@main |