mirror of
https://github.com/kiwix/kiwix-apple-custom.git
synced 2025-08-03 18:46:07 -04:00
Change folder for running tests
This commit is contained in:
parent
e83093dfb8
commit
6169f9d480
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user