From 9cd721e168f1b3823999f0ae1eca169fe374e8c8 Mon Sep 17 00:00:00 2001 From: Benjamin Rodenberg Date: Mon, 12 Feb 2024 13:02:23 +0100 Subject: [PATCH] Update test to new tutorial structure. --- .github/workflows/run-tutorials.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/run-tutorials.yml b/.github/workflows/run-tutorials.yml index 699aa3e1..67424c84 100644 --- a/.github/workflows/run-tutorials.yml +++ b/.github/workflows/run-tutorials.yml @@ -31,8 +31,8 @@ jobs: run: git clone -b develop https://github.com/precice/tutorials.git - name: Run tutorial run: | - cd tutorials/partitioned-heat-conduction/fenics - ./run.sh -d & ./run.sh -n + cd tutorials/partitioned-heat-conduction + cd dirichlet-fenics && ./run.sh & cd neumann-fenics && ./run.sh run_ht_complex: name: Run HT, complex @@ -56,5 +56,5 @@ jobs: run: git clone -b develop https://github.com/precice/tutorials.git - name: Run tutorial run: | - cd tutorials/partitioned-heat-conduction-complex/fenics - ./run.sh -d & ./run.sh -n + cd tutorials/partitioned-heat-conduction-complex + cd dirichlet-fenics && ./run.sh & cd neumann-fenics && ./run.sh