Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime-desroches committed Oct 10, 2024
1 parent 7cc5ee9 commit 9d0a9af
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/jenkins_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,11 @@ jobs:
}
});
response.then(function(r) {
console.log('in promise');
console.log(r);
});
console.log('in the loop');
console.log(response);
}, 10000);

0 comments on commit 9d0a9af

Please sign in to comment.