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 d27655a commit 2bc69f9Copy full SHA for 2bc69f9
.github/workflows/ci.yaml
@@ -873,9 +873,10 @@ jobs:
873
for job_name in job_names:
874
result = jobs[job_name]["result"]
875
876
- # Skip test-go-pg failures on windowsx
+ # Skip test-go-pg failures on windows
877
if job_name == "test-go-pg" and result == "failure":
878
failed_artifacts = list(Path("pg_failed").glob("pg_failed_*"))
879
+ print(failed_artifacts)
880
if len(failed_artifacts) == 1 and "windows" in str(failed_artifacts[0].name):
881
continue
882
if result in ["failure", "cancelled"]:
0 commit comments