From e9b78c11f1e58108be3399b10868d48187e4db60 Mon Sep 17 00:00:00 2001 From: Benjamin Rodenberg Date: Mon, 22 Mar 2021 15:31:47 +0100 Subject: [PATCH 1/9] Update CI Following changes introduced in https://github.com/precice/tutorials/commit/caa5ad0466b6728ba1e598af9c138bd4ec776f13 --- .github/workflows/run-tutorials.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-tutorials.yml b/.github/workflows/run-tutorials.yml index 0e28d6e3..83c6fe9a 100644 --- a/.github/workflows/run-tutorials.yml +++ b/.github/workflows/run-tutorials.yml @@ -30,7 +30,9 @@ jobs: - name: Get tutorials run: git clone -b develop https://github.com/precice/tutorials.git - name: Run tutorial - run: python3 tutorials/HT/partitioned-heat/fenics-fenics/heat.py -d & python3 tutorials/HT/partitioned-heat/fenics-fenics/heat.py -n + run: | + cd tutorials/partitioned-heat-conduction + python3 heat.py -d & python3 heat.py -n run_ht_complex: name: Run HT, complex @@ -53,4 +55,6 @@ jobs: - name: Get tutorials run: git clone -b develop https://github.com/precice/tutorials.git - name: Run tutorial - run: python3 tutorials/HT/partitioned-heat/fenics-fenics/heat.py -d -i complex & python3 tutorials/HT/partitioned-heat/fenics-fenics/heat.py -n -i complex + run: | + cd tutorials/partitioned-heat-conduction-complex + python3 heat.py -d -i complex & python3 heat.py -n -i complex From 7030191bd5f24f8d584d7a37a2bde070595e6b2c Mon Sep 17 00:00:00 2001 From: Benjamin Rodenberg Date: Mon, 22 Mar 2021 16:04:09 +0100 Subject: [PATCH 2/9] fix path --- .github/workflows/run-tutorials.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-tutorials.yml b/.github/workflows/run-tutorials.yml index 83c6fe9a..2ac02790 100644 --- a/.github/workflows/run-tutorials.yml +++ b/.github/workflows/run-tutorials.yml @@ -31,7 +31,7 @@ jobs: run: git clone -b develop https://github.com/precice/tutorials.git - name: Run tutorial run: | - cd tutorials/partitioned-heat-conduction + cd tutorials/partitioned-heat-conduction/fenics python3 heat.py -d & python3 heat.py -n 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 + cd tutorials/partitioned-heat-conduction-complex/fenics python3 heat.py -d -i complex & python3 heat.py -n -i complex From f498a45ab1fcd3cf00826d967ee5378407c5acfc Mon Sep 17 00:00:00 2001 From: BenjaminRodenberg Date: Mon, 22 Mar 2021 18:39:38 +0100 Subject: [PATCH 3/9] Trigger CI. From 372c6a985436545008134a7cab852d7252d9cd0e Mon Sep 17 00:00:00 2001 From: BenjaminRodenberg Date: Mon, 22 Mar 2021 19:00:24 +0100 Subject: [PATCH 4/9] Trigger CI. From ebdd6208613d8b67e5fe8a29f8437df0a42bdfbf Mon Sep 17 00:00:00 2001 From: BenjaminRodenberg Date: Mon, 22 Mar 2021 19:18:12 +0100 Subject: [PATCH 5/9] Trigger CI. From 986b40ce8a7ba77ba69de513b1ed1eef9d0eec03 Mon Sep 17 00:00:00 2001 From: BenjaminRodenberg Date: Mon, 22 Mar 2021 19:34:34 +0100 Subject: [PATCH 6/9] Trigger CI. From f5ba78b0feb5fd3173f29334ad610934a4d3c4f4 Mon Sep 17 00:00:00 2001 From: BenjaminRodenberg Date: Mon, 22 Mar 2021 20:05:24 +0100 Subject: [PATCH 7/9] Trigger CI. From 6d18e0c9aead07d132852cf97eb39d008c2f2233 Mon Sep 17 00:00:00 2001 From: BenjaminRodenberg Date: Mon, 22 Mar 2021 21:18:55 +0100 Subject: [PATCH 8/9] Trigger CI. From e7010b5708ee8c1fdba67907c0edbb9662502f54 Mon Sep 17 00:00:00 2001 From: BenjaminRodenberg Date: Mon, 22 Mar 2021 21:50:13 +0100 Subject: [PATCH 9/9] Trigger CI.