Skip to content

Commit

Permalink
added tests to conda build
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell committed Feb 3, 2021
1 parent 376a24f commit 7924ab0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
- name: Build and test with Docker
run: |
docker build -t paramak --build-arg include_neutronics=true --build-arg cq_version=master --build-arg compile_cores=2 .
docker run --rm paramak /bin/bash -c "cd .. && bash run_tests.sh && curl -s https://codecov.io/bash | bash"
docker run --rm paramak /bin/bash -c "cd .. && bash run_test.sh && curl -s https://codecov.io/bash | bash"
2 changes: 2 additions & 0 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ test:
- pytest-runner
source_files:
- tests/
- examples/
commands:
- pytest -v

Expand All @@ -62,6 +63,7 @@ about:
summary: "Create 3D fusion reactor CAD models based on input parameters"
doc_url: https://paramak.readthedocs.io/
dev_url: https://github.com/ukaea/paramak
summary: Paramak - parameter driven fusion reactor model creation

extra:
recipe-maintainers:
Expand Down
File renamed without changes.

0 comments on commit 7924ab0

Please sign in to comment.