Skip to content

Commit

Permalink
Add workflow to run 0D examples
Browse files Browse the repository at this point in the history
  • Loading branch information
finsberg committed Jan 19, 2025
1 parent 0966d8e commit e1f0b1c
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/run0D.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Run 0D examples

on:
pull_request:
push:
branches: [main]


jobs:

run-0D:
# This code depends on the result of check-code
runs-on: ubuntu-latest
container:
image: ghcr.io/scientificcomputing/fenics-gmsh:2024-02-19


steps:
- uses: actions/checkout@v4

- name: Install package
run: python3 -m pip install -e .

- name: Run split-cai
working-directory: ./numerical_experiments/0D
run: python3 split_cai.py

0 comments on commit e1f0b1c

Please sign in to comment.