Skip to content

Commit 2ebc6d3

Browse files
committed
Bugfixes in CI
1 parent 3109612 commit 2ebc6d3

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -46,24 +46,16 @@ jobs:
4646
- name: Check installation
4747
run: |
4848
source env/bin/activate
49-
src/app -h
49+
template-python
5050
5151
# Run tests
5252
- name: Run tests
5353
run: |
5454
source env/bin/activate
55-
pytest --doctest-modules --junitxml=junit/test-results.xml
55+
pytest .
5656
env:
5757
CI: true
5858

59-
# Upload test results
60-
- name: Upload test results
61-
if: always()
62-
uses: actions/upload-artifact@v3
63-
with:
64-
name: test-results
65-
path: junit/test-results.xml
66-
6759
# Code formatting check with black
6860
- name: Code formatting with black
6961
run: |

0 commit comments

Comments
 (0)