Skip to content

Commit 68397d7

Browse files
committed
fixed typo
1 parent 77268d1 commit 68397d7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
run: pip install tox tox-gh-actions
3030

3131
- name: Test with tox
32-
run:
33-
tox
32+
run: |
33+
tox &&
3434
coverage xml -o coverage.xml
3535
3636
- name: Upload coverage to Codecov

0 commit comments

Comments
 (0)