Skip to content

Commit

Permalink
Maybe fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
xgreenx committed Jun 23, 2022
1 parent 72b4d67 commit d0d09fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,9 @@ jobs:
while $has_timeout
do
substrate-contracts-node --tmp --dev & P1=$!;
set +e;
output=$(yarn test:mocha-single ./$test || true);
set -e;
if echo $output | grep -q 'For async tests and hooks, ensure "done()" is called'; then
echo $output;
has_timeout=true
Expand Down

0 comments on commit d0d09fe

Please sign in to comment.