Skip to content

Commit

Permalink
TST: 3d code CI
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchengtkc committed Nov 20, 2023
1 parent b624c1a commit 350d528
Show file tree
Hide file tree
Showing 10 changed files with 108 additions and 795 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/python-test-3d.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
name: Tests3D

on:
workflow_dispatch:
workflow_call:
inputs:
event_type:
Expand All @@ -23,14 +24,13 @@ jobs:
- name: Run
uses: tj-actions/docker-run@v2
with:
image: dolfinx/dolfinx:v0.7.0
image: dolfinx/dolfinx:v0.6.0
name: dolfinx
options: -v ${{ github.workspace }}:/warmth
args: |
cd /warmth
pip install .
pip install pytest==7.4.2 pytest-cov==4.1.0
pytest --cov-report=term-missing --cov=warmth/3d tests/3d | tee pytest-coverage.txt
cd /warmth && \
pip install pytest==7.4.2 pytest-cov==4.1.0 . && \
pytest --cov-report=term-missing --cov=warmth tests/ | tee pytest-coverage.txt
- name: Comment coverage
Expand Down
322 changes: 0 additions & 322 deletions tests/__test_dol.py

This file was deleted.

Loading

0 comments on commit 350d528

Please sign in to comment.