Skip to content

Commit

Permalink
Updated circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
uijl committed Jun 17, 2019
1 parent 8cf2f37 commit 5aa9dc1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
name: Run tests - Pytest
command: |
docker exec -it openclsim bash -c "python setup.py test"
docker cp openclsim:/htmlcov /tmp/artifacts
docker exec -it openclsim bash -c "ls"
docker cp hydraulic-infrastructure-realisation:/openclsim/htmlcov /tmp/artifacts
- run:
name: Run tests - Formatting
Expand Down

0 comments on commit 5aa9dc1

Please sign in to comment.