-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Line: 4
time_str//.github/workflows/test.yml
Lines 1 to 11 in 7d330ae
| # This workflow will install Python dependencies, run tests and lint with a single version of Python | |
| # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions | |
| # TODO: Cache coverage file and always run upload on PR | |
| name: Unit Tests | |
| on: [push, pull_request] | |
| jobs: | |
| pytest: |
Reactions are currently unavailable