Skip to content

Commit a49536a

Browse files
committed
Run Pytest on specific folder
1 parent eb71ea4 commit a49536a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
python -m pip install --upgrade pip
2424
pip install -U -r requirements.txt -r requirements_testing.txt
2525
- name: Run tests
26-
run: pytest
26+
run: pytest ThermiaOnlineAPI

0 commit comments

Comments
 (0)