Upload all logs
This commit is contained in:
parent
bc9eea879d
commit
cbdef2936d
12
.github/workflows/ubuntu.yml
vendored
12
.github/workflows/ubuntu.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user