adjust python unittest

This commit is contained in:
Balazs Perlaki-Horvath 2024-02-14 22:31:59 +01:00
parent 73a53b8439
commit 23dc86b4b1

View File

@ -37,9 +37,7 @@ jobs:
- name: Test python scripts - name: Test python scripts
working-directory: custom working-directory: custom
env: run: PYTHONPATH=src python -m unittest discover -t tests
PYTHONPATH: custom/src
run: python -m unittest discover -t tests
- name: Set test tag variable as an output - name: Set test tag variable as an output
id: vars id: vars