Skip to content

Commit 55ecf25

Browse files
committed
unittest path
1 parent e5af7a5 commit 55ecf25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
python3 -m pip install --upgrade pip
3131
pip3 install -r requirements.txt
3232
- name: Run UnitTests
33-
run: python3 -m unittest tests/test*
33+
run: python3 -m unittest unittests/test*
3434
- name: Build changelog
3535
id: Changelog
3636
uses: tercen/generate-changelog-action@master

0 commit comments

Comments
 (0)