Skip to content

Commit

Permalink
Update test to new tutorial structure.
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminRodenberg committed Feb 12, 2024
1 parent 6faa44d commit 9cd721e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run-tutorials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 9cd721e

Please sign in to comment.