diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f76ece157..dccf0ba6c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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