Skip to content

Commit

Permalink
Do integration tests on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
timofurrer committed Sep 1, 2019
1 parent 97f6ff7 commit 0de4983
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,12 @@ jobs:
run: |
pip install check-manifest
check-manifest
- name: Test with pytest
- name: Unit Test with pytest
run: |
coverage run --parallel -m pytest
- name: Integration Test with radish
run: |
radish -b tests/integration/radish tests/integration/features
- name: Report code coverage
run: |
coverage combine
Expand Down

0 comments on commit 0de4983

Please sign in to comment.