From dfffec3f50ea1b0075009b82cd25bde0f1021cb6 Mon Sep 17 00:00:00 2001 From: Ashutosh Kumar Date: Fri, 20 Oct 2023 19:37:49 +0000 Subject: [PATCH] fixed log collection --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9271aac8..22abbdab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: - name: Get container logs if: always() run: | - ./do.sh topo logs + cd conformance && ./do.sh topo logs - name: Archive logs if: always() uses: actions/upload-artifact@v3 @@ -65,7 +65,7 @@ jobs: - name: Get container logs if: always() run: | - ./do.sh topo logs + cd conformance && ./do.sh topo logs - name: Archive logs if: always() uses: actions/upload-artifact@v3