Skip to content

Commit f4f0d8f

Browse files
committed
fix
1 parent b06ff88 commit f4f0d8f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# action.yml
22
name: "CI"
3-
description: "Runs Unit Tests"
3+
description: "Runs unit and integration tests"
44

55
on: [push]
66

@@ -11,4 +11,5 @@ runs:
1111
jobs:
1212
test:
1313
steps:
14-
run: coverage run tests/runner.py && coverage html --omit=*/venv/*,*/usr/*,*/lib/*,*/tests/* -i
14+
- name: Run the tests
15+
run: coverage run tests/runner.py && coverage html --omit=*/venv/*,*/usr/*,*/lib/*,*/tests/* -i

0 commit comments

Comments
 (0)