Skip to content

Commit

Permalink
Merge branch 'main' into andres-joss-review
Browse files Browse the repository at this point in the history
  • Loading branch information
kumiori authored Aug 2, 2024
2 parents 96f13a8 + 017c6f8 commit 4f33bf7
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 431 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/workflow_dolfinx_container.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Run Tests in Dolfinx Container
run-name: We are testing irrevolutions

on:
push:
branches:
- "**"

jobs:
set-up-computing-environment:
runs-on: ubuntu-latest
container: ghcr.io/fenics/dolfinx/dolfinx:v0.7.2

steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Install dependencies
run: python3 -m pip install .

- name: Test import
run: python3 -c "import irrevolutions"

- name: Run 1d test
run: pytest -v test/test_1d.py

- name: Run tests
run: cd test && pytest -v .
Loading

0 comments on commit 4f33bf7

Please sign in to comment.