Minor issues with filenames; improved regression plot by adding some … #1183
Workflow file for this run
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
| # Run Linux tests using template in ToolVIPER | |
| name: Linux Tests | |
| on: | |
| push: | |
| paths-ignore: | |
| - '**.md' | |
| - '**.rst' | |
| pull_request: | |
| paths-ignore: | |
| - '**.md' | |
| - '**.rst' | |
| jobs: | |
| call-testing-linux: | |
| uses: nrao/gh-actions-templates-public/.github/workflows/python-testing-linux-template.yml@main | |
| with: | |
| cov_project: "astrohack" | |
| test-path: "tests/" | |
| secrets: inherit |