Skip to content

Expand MA Helmholtz demo to interpolate soln field #191

Expand MA Helmholtz demo to interpolate soln field

Expand MA Helmholtz demo to interpolate soln field #191

Workflow file for this run

name: 'Run Movement test suite'
on:
# Run test suite whenever main is updated
push:
branches:
- main
paths:
- '**.py'
- '**.geo'
- '.github/workflows/test_suite.yml'
- 'pyproject.toml'
# Run test suite whenever commits are pushed to an open PR
pull_request:
paths:
- '**.py'
- '**.geo'
- '.github/workflows/test_suite.yml'
- 'pyproject.toml'
# Run test suite every Sunday at 1AM
schedule:
- cron: '0 1 * * 0'
jobs:
test_suite:
uses: mesh-adaptation/docs/.github/workflows/reusable_test_suite.yml@main