3131 uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
3232 with :
3333 submodules : recursive
34+ persist-credentials : false
3435 - name : Sod test
3536 run : scripts/ci/run-tests $IDEFIX_DIR/test/HD/sod -all $TESTME_OPTIONS
3637 - name : Isothermal Sod test
4546 uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
4647 with :
4748 submodules : recursive
49+ persist-credentials : false
4850 - name : Viscous flow past cylinder
4951 run : scripts/ci/run-tests $IDEFIX_DIR/test/HD/ViscousFlowPastCylinder -all $TESTME_OPTIONS
5052 - name : Viscous disk
5961 uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
6062 with :
6163 submodules : recursive
64+ persist-credentials : false
6265 - name : MHD Sod test
6366 run : scripts/ci/run-tests $IDEFIX_DIR/test/MHD/sod -all $TESTME_OPTIONS
6467 - name : MHD Isothermal Sod test
7780 uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
7881 with :
7982 submodules : recursive
83+ persist-credentials : false
8084 - name : Ambipolar C Shock
8185 run : scripts/ci/run-tests $IDEFIX_DIR/test/MHD/AmbipolarCshock -all $TESTME_OPTIONS
8286 - name : Ambipolar C Shock 3D
96100 uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
97101 with :
98102 submodules : recursive
103+ persist-credentials : false
99104 - name : Fargo + planet
100105 run : scripts/ci/run-tests $IDEFIX_DIR/test/HD/FargoPlanet -all $TESTME_OPTIONS
101106 - name : Fargo MHD spherical
@@ -109,6 +114,7 @@ jobs:
109114 uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
110115 with :
111116 submodules : recursive
117+ persist-credentials : false
112118 - name : Hydro shearing box
113119 run : scripts/ci/run-tests $IDEFIX_DIR/test/HD/ShearingBox -all $TESTME_OPTIONS
114120 - name : MHD shearing box
@@ -122,6 +128,7 @@ jobs:
122128 uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
123129 with :
124130 submodules : recursive
131+ persist-credentials : false
125132 - name : Jeans Instability
126133 run : scripts/ci/run-tests $IDEFIX_DIR/test/SelfGravity/JeansInstability -all $TESTME_OPTIONS
127134 - name : Random sphere spherical
@@ -141,6 +148,7 @@ jobs:
141148 uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
142149 with :
143150 submodules : recursive
151+ persist-credentials : false
144152 - name : 3 body
145153 run : scripts/ci/run-tests $IDEFIX_DIR/test/Planet/Planet3Body -all $TESTME_OPTIONS
146154 - name : migration
@@ -162,6 +170,7 @@ jobs:
162170 uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
163171 with :
164172 submodules : recursive
173+ persist-credentials : false
165174 - name : Energy conservation
166175 run : scripts/ci/run-tests $IDEFIX_DIR/test/Dust/DustEnergy -all $TESTME_OPTIONS
167176 - name : Dusty wave
@@ -175,6 +184,7 @@ jobs:
175184 uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
176185 with :
177186 submodules : recursive
187+ persist-credentials : false
178188 - name : MTI
179189 run : scripts/ci/run-tests $IDEFIX_DIR/test/MHD/MTI -all $TESTME_OPTIONS
180190 - name : Spherical anisotropic diffusion
@@ -192,6 +202,7 @@ jobs:
192202 uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
193203 with :
194204 submodules : recursive
205+ persist-credentials : false
195206 - name : Run examples test
196207 run : cd test && ./checks_examples.sh $TEST_OPTIONS
197208
@@ -203,6 +214,7 @@ jobs:
203214 uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
204215 with :
205216 submodules : recursive
217+ persist-credentials : false
206218 - name : Lookup table
207219 run : scripts/ci/run-tests $IDEFIX_DIR/test/utils/lookupTable -all $TESTME_OPTIONS
208220 - name : Dump Image
0 commit comments