Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ospfranco committed Nov 18, 2024
1 parent ccd79a4 commit c2190fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/poll-in-app-server.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ async function pollInAppServer() {
console.log('Received response:', parsedResponse);

if (parsedResponse.results.length === 0) {
console.log('0 tests ran WTF');
continue;
}

const allTestsPassed = parsedResponse.results.reduce((acc, r) => {
Expand Down

0 comments on commit c2190fd

Please sign in to comment.