ACU: move status_keys into socs #862
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
| name: Run Tests | |
| on: | |
| pull_request: | |
| paths: | |
| - 'docs/**' | |
| - '**.rst' | |
| - '**.md' | |
| - '.flake8' | |
| - '.pre-commit-config.yaml' | |
| - '.readthedocs.yaml' | |
| - '.github/dependabot.yml' | |
| jobs: | |
| unit-test: | |
| name: Run unit tests (3.11) | |
| runs-on: ubuntu-latest | |
| steps: | |
| - run: 'echo "No build required" ' | |
| integ-test: | |
| name: Run integration tests | |
| runs-on: ubuntu-latest | |
| steps: | |
| - run: 'echo "No build required" ' |