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
|
- name: Unit Testing
|
||||||
run: go test -parallel 1 -v ./...
|
run: go test -parallel 1 -v ./...
|
||||||
|
|
||||||
test-end-to-end:
|
test-end-to-end-examples:
|
||||||
name: E2E Testing (Examples)
|
name: E2E Testing (Examples)
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
@ -70,10 +70,10 @@ jobs:
|
|||||||
- name: Archive logs
|
- name: Archive logs
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: test-end-to-end-logs
|
name: test-end-to-end-examples-logs
|
||||||
path: /home/runner/.out-of-tree/logs/out-of-tree.log
|
path: /home/runner/.out-of-tree/logs
|
||||||
|
|
||||||
test-end-to-end-distros:
|
test-end-to-end:
|
||||||
name: E2E Testing
|
name: E2E Testing
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
@ -128,5 +128,5 @@ jobs:
|
|||||||
- name: Archive logs
|
- name: Archive logs
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: test-end-to-end-${{ matrix.os.distro }}-${{ matrix.os.release }}
|
name: test-end-to-end-${{ matrix.os.distro }}-${{ matrix.os.release }}-logs
|
||||||
path: /home/runner/.out-of-tree/logs/out-of-tree.log
|
path: /home/runner/.out-of-tree/logs
|
||||||
|
Loading…
Reference in New Issue
Block a user