Update arguments for unittest

This commit is contained in:
Balazs Perlaki-Horvath 2024-02-14 22:35:14 +01:00
parent 19fbcfb0f3
commit e7bfee1656

View File

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