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