@@ -146,17 +146,17 @@ jobs:
146146 run : |
147147 python "$SCRIPT_DIR/unicode_conversion.py" \
148148 --tlauc_path "$DEPS_DIR/tlauc/tlauc" \
149- --manifest_path "$EXAMPLES_DIR/manifest.json "
149+ --examples_root "$EXAMPLES_DIR"
150150 - name : Add unicode shims
151151 if : matrix.unicode
152152 run : |
153153 python "$SCRIPT_DIR/unicode_number_set_shim.py" \
154- --manifest_path "$EXAMPLES_DIR/manifest.json "
154+ --examples_root "$EXAMPLES_DIR"
155155 - name : Translate PlusCal
156156 run : |
157157 python $SCRIPT_DIR/translate_pluscal.py \
158158 --tools_jar_path "$DIST_DIR/tla2tools.jar" \
159- --manifest_path "$EXAMPLES_DIR/manifest.json" \
159+ --examples_root "$EXAMPLES_DIR" \
160160 --enable_assertions
161161 - name : Parse tlaplus/examples modules
162162 run : |
@@ -166,7 +166,7 @@ jobs:
166166 --apalache_path "$DEPS_DIR/apalache" \
167167 --tlapm_lib_path "$DEPS_DIR/tlapm/library" \
168168 --community_modules_jar_path "$DEPS_DIR/community/modules.jar" \
169- --manifest_path "$EXAMPLES_DIR/manifest.json" \
169+ --examples_root "$EXAMPLES_DIR" \
170170 --enable_assertions
171171 - name : Model-check small tlaplus/examples models
172172 run : |
@@ -186,7 +186,7 @@ jobs:
186186 --apalache_path "$DEPS_DIR/apalache" \
187187 --tlapm_lib_path "$DEPS_DIR/tlapm/library" \
188188 --community_modules_jar_path "$DEPS_DIR/community/modules.jar" \
189- --manifest_path "$EXAMPLES_DIR/manifest.json" \
189+ --examples_root "$EXAMPLES_DIR" \
190190 --enable_assertions \
191191 --skip "${SKIP[@]}"
192192 - name : Smoke-test large tlaplus/examples models
@@ -200,7 +200,7 @@ jobs:
200200 --apalache_path "$DEPS_DIR/apalache" \
201201 --tlapm_lib_path "$DEPS_DIR/tlapm/library" \
202202 --community_modules_jar_path "$DEPS_DIR/community/modules.jar" \
203- --manifest_path "$EXAMPLES_DIR/manifest.json" \
203+ --examples_root "$EXAMPLES_DIR" \
204204 --enable_assertions \
205205 --skip "specifications/KnuthYao/SimKnuthYao.cfg"
206206
0 commit comments