Skip to content

Commit 8e75809

Browse files
committed
replace unittest with pytest in GHA
1 parent a626212 commit 8e75809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
- name: "Build Container"
125125
run: "poetry run invoke build"
126126
- name: "Run Tests"
127-
run: "poetry run invoke unittest"
127+
run: "poetry run invoke pytest"
128128
needs:
129129
- "pylint"
130130
publish_gh:

0 commit comments

Comments
 (0)