From e1f0b1c73205a43e7b21cf02f611f539ae06b86e Mon Sep 17 00:00:00 2001 From: Henrik Finsberg Date: Sun, 19 Jan 2025 12:33:41 +0100 Subject: [PATCH] Add workflow to run 0D examples --- .github/workflows/run0D.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/workflows/run0D.yml diff --git a/.github/workflows/run0D.yml b/.github/workflows/run0D.yml new file mode 100644 index 0000000..d81db24 --- /dev/null +++ b/.github/workflows/run0D.yml @@ -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