From cbdef2936de44c8cceddc7f1f3ea8828b0b2fca2 Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Wed, 10 May 2023 10:25:19 +0000 Subject: [PATCH] Upload all logs --- .github/workflows/ubuntu.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index cad47df..3d446c1 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -29,7 +29,7 @@ jobs: - name: Unit Testing run: go test -parallel 1 -v ./... - test-end-to-end: + test-end-to-end-examples: name: E2E Testing (Examples) runs-on: ubuntu-latest steps: @@ -70,10 +70,10 @@ jobs: - name: Archive logs uses: actions/upload-artifact@v3 with: - name: test-end-to-end-logs - path: /home/runner/.out-of-tree/logs/out-of-tree.log + name: test-end-to-end-examples-logs + path: /home/runner/.out-of-tree/logs - test-end-to-end-distros: + test-end-to-end: name: E2E Testing runs-on: ubuntu-latest @@ -128,5 +128,5 @@ jobs: - name: Archive logs uses: actions/upload-artifact@v3 with: - name: test-end-to-end-${{ matrix.os.distro }}-${{ matrix.os.release }} - path: /home/runner/.out-of-tree/logs/out-of-tree.log + name: test-end-to-end-${{ matrix.os.distro }}-${{ matrix.os.release }}-logs + path: /home/runner/.out-of-tree/logs