We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 394664d commit 6d468bdCopy full SHA for 6d468bd
.github/workflows/run-tutorials.yml
@@ -12,7 +12,7 @@ jobs:
12
run_ht_simple:
13
name: Run HT, simple
14
runs-on: ubuntu-latest
15
- container: precice/precice:develop
+ container: precice/precice:nightly
16
steps:
17
- name: Checkout Repository
18
uses: actions/checkout@v2
@@ -37,7 +37,7 @@ jobs:
37
run_ht_complex:
38
name: Run HT, complex
39
40
41
42
43
0 commit comments