Skip to content

Commit 2bc69f9

Browse files
committed
debug
1 parent d27655a commit 2bc69f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -873,9 +873,10 @@ jobs:
873873
for job_name in job_names:
874874
result = jobs[job_name]["result"]
875875
876-
# Skip test-go-pg failures on windowsx
876+
# Skip test-go-pg failures on windows
877877
if job_name == "test-go-pg" and result == "failure":
878878
failed_artifacts = list(Path("pg_failed").glob("pg_failed_*"))
879+
print(failed_artifacts)
879880
if len(failed_artifacts) == 1 and "windows" in str(failed_artifacts[0].name):
880881
continue
881882
if result in ["failure", "cancelled"]:

0 commit comments

Comments
 (0)