Skip to content

Commit 434019a

Browse files
committed
stash changes
1 parent c82b85d commit 434019a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/api-tester/ci/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ def run():
183183
test_start_iso = datetime.datetime.now().isoformat(timespec="seconds")
184184

185185
output_bytes, exit_code = cxc_toolkit.exec.run_command(
186-
"node ./tools/api-tester/apitest.js --config=./tools/api-tester/config.yml --stop-on-failure",
186+
"node ./tools/api-tester/apitest.js --unit --stop-on-failure",
187187
work_dir=CONTEXT.WORK_DIR,
188188
)
189189
test_duration_seconds = time.time() - test_start_monotonic

0 commit comments

Comments
 (0)