1
0
Fork 0

Upload all logs

timestamps
dump_stack() 2023-05-10 10:25:19 +00:00
parent bc9eea879d
commit cbdef2936d
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 6 additions and 6 deletions

View File

@ -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