Skip to content

Commit d452c41

Browse files
committed
REMOVE AGAIN.
1 parent a560faf commit d452c41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ jobs:
8888
test_report_file = open(test_report_path, 'w')
8989
files_to_close.append(test_report_file)
9090
procs.append(subprocess.Popen(["codeql", "test", "run", "--failing-exitcode=122", f"--slice={slice}/{num_slices}", "--ram=2048", "--format=json", test_root], stdout=test_report_file, stderr=subprocess.PIPE))
91+
procs.append(subprocess.Popen(["codeql", "--version", "--failing-exitcode=122", f"--slice={slice}/{num_slices}", "--ram=2048", "--format=json", test_root], stdout=test_report_file, stderr=subprocess.PIPE))
9192
9293
for p in procs:
9394
_, err = p.communicate()

0 commit comments

Comments
 (0)