mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2026-02-19 13:38:40 +01:00
Dev/automate tests using data (#267)
- automatically run python tests - automatically run test using data files on local runner from gitea - fixed some of the workflows --------- Co-authored-by: Erik Fröjdh <erik.frojdh@psi.ch>
This commit is contained in:
5
.github/workflows/build_with_docs.yml
vendored
5
.github/workflows/build_with_docs.yml
vendored
@@ -55,6 +55,11 @@ jobs:
|
||||
working-directory: ${{github.workspace}}/build
|
||||
run: ctest -C ${{env.BUILD_TYPE}} -j4
|
||||
|
||||
|
||||
- name: Python unit tests
|
||||
working-directory: ${{github.workspace}}/build
|
||||
run: python -m pytest ${{github.workspace}}/python/tests/
|
||||
|
||||
- name: Upload static files as artifact
|
||||
if: matrix.platform == 'ubuntu-latest'
|
||||
id: deployment
|
||||
|
||||
Reference in New Issue
Block a user