We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c82b85d commit 434019aCopy full SHA for 434019a
tools/api-tester/ci/run.py
@@ -183,7 +183,7 @@ def run():
183
test_start_iso = datetime.datetime.now().isoformat(timespec="seconds")
184
185
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",
+ "node ./tools/api-tester/apitest.js --unit --stop-on-failure",
187
work_dir=CONTEXT.WORK_DIR,
188
)
189
test_duration_seconds = time.time() - test_start_monotonic
0 commit comments