Skip to content

Commit

Permalink
fix: debug spec test download in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewkeil committed Aug 28, 2024
1 parent 1c66ea7 commit 92ddf7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/spec-test-util/src/downloadTests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ export async function downloadGenericSpecTests<TestNames extends string>(
retries: 3,
onRetry: (e, attempt) => {
log(`Download attempt ${attempt} for ${url} failed: ${e.message}`);
log(JSON.stringify(e, null, 2));
},
}
);
Expand Down

0 comments on commit 92ddf7d

Please sign in to comment.