Change folder for running tests

This commit is contained in:
Balazs Perlaki-Horvath 2024-02-14 09:39:25 +01:00
parent e83093dfb8
commit 6169f9d480

View File

@ -32,11 +32,11 @@ jobs:
with:
path: custom
- name: Show current folder
run: ls
- name: Test python scripts
run: python -m unittest discover -t . -s tests
run: |
cd custom
python -m unittest
cd ..
- name: Set test tag variable as an output
id: vars