diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index b31dbb126..ef1b827d3 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -129,6 +129,13 @@ jobs: /home/nonroot/zombie-net/scripts/ci/run-test-local-env-manager.sh --local-dir="$(pwd)/tests" --test="0001-smoke.zndsl" + - name: upload logs + uses: actions/upload-artifact@v4 + with: + name: zombienet-logs + path: | + /tmp/zombie*/logs/* + zombienet-scale-net-config: name: Zombienet Scale net runs-on: zombienet-arc-runner