Skip to content

Commit 1b5b37d

Browse files
naman-msftroot
and
root
authored
changed ie execute to ie test in the exec docs testing action (#243)
Co-authored-by: root <root@DESKTOP-MJFFR09>
1 parent 1acf6d7 commit 1b5b37d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/test-exec-docs/test-exec-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177
# Iterate over changed Markdown files
178178
for file_path in changed_files:
179179
# Execute the Innovation Engine on the Markdown file
180-
result = subprocess.run(['ie', 'execute', file_path, '--environment', 'github-action'])
180+
result = subprocess.run(['ie', 'test', file_path, '--environment', 'github-action'])
181181
if result.returncode != 0:
182182
any_failures = True
183183
# If execution fails, extract error log from 'ie.log'

0 commit comments

Comments
 (0)