diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 3659bb2f9..1ce9f4912 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -101,7 +101,7 @@ jobs: run: | if [[ ${{ github.run_attempt }} -gt 1 ]]; then # more debug in rerun - export DEBUG=zombie* + export DEBUG=zombie,zombie::js-helpers*,zombie::paras,zombie::network-node,zombie::kube::client::logs else export DEBUG=zombie* fi;