1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2026-05-08 15:52:10 +02:00

Compare commits

...

1 Commits

Author SHA1 Message Date
perl_d 64c98e50e2 fix: pytest invocation with correct rootdir 2025-10-14 11:51:23 +02:00
+1 -1
View File
@@ -44,7 +44,7 @@ jobs:
run: |
cd ./bec
pip install pytest pytest-random-order
pytest -v --maxfail=2 --junitxml=report.xml --random-order ./bec_server/tests ./bec_ipython_client/tests/client_tests ./bec_lib/tests
python -m pytest -v --maxfail=2 --junitxml=report.xml --random-order ./bec_server/tests ./bec_ipython_client/tests/client_tests ./bec_lib/tests
bec-e2e-test:
name: BEC End2End Tests
runs-on: ubuntu-latest