Skip to content

Commit a88b0ca

Browse files
committed
nit: extensions.txt
1 parent 2d17b52 commit a88b0ca

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/NightlyBuildsCheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
path: |
140140
list_failed_ext_${{ matrix.inputs.nightly_build }}_${{ matrix.inputs.duckdb_arch }}.csv
141141
non_matching_sha_${{ matrix.inputs.nightly_build }}_${{ matrix.inputs.duckdb_arch }}.txt
142-
extentions.txt
142+
extensions.txt
143143
if-no-files-found: ignore
144144

145145
report:

scripts/create_build_report.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ def create_build_report(build_job, con):
107107
if os.path.exists(inputs) and os.path.getsize(inputs) > 0:
108108
with open("failed_ext/ext/extensions.txt", "r") as file:
109109
content = file.read()
110+
print(content, "🐠")
110111
f.write(f"\n#### Tested extensions:\n { content }")
111112
result = con.execute(f"SELECT nightly_build, duckdb_arch FROM '{ inputs }'").fetchall()
112113
tested_binaries = [row[0] + "-" + row[1] for row in result]

0 commit comments

Comments
 (0)