use pytest sugar and verbose for more info during ci (#2112) [skip ci]

* use pytest sugar and verbose for more info during ci

* also run test suite when test requirements or cicd.sh changes

* also on PR too
This commit is contained in:
Wing Lian
2024-12-02 20:14:40 -05:00
committed by GitHub
parent 53963c792c
commit 9f6d0b5587
3 changed files with 8 additions and 3 deletions

View File

@@ -8,11 +8,15 @@ on:
- '**.py'
- 'requirements.txt'
- '.github/workflows/*.yml'
- 'requirements-tests.txt'
- 'cicd/cicd.sh'
pull_request:
paths:
- '**.py'
- 'requirements.txt'
- '.github/workflows/*.yml'
- 'requirements-tests.txt'
- 'cicd/cicd.sh'
workflow_dispatch:
# Cancel jobs on the same ref if a new one is triggered