ci: deps
This commit is contained in:
parent
247f0f90ed
commit
7b7c01ac8a
2
.github/workflows/ubuntu.yml
vendored
2
.github/workflows/ubuntu.yml
vendored
@ -47,6 +47,7 @@ jobs:
|
||||
go test -parallel 1 -v ./...
|
||||
|
||||
test-end-to-end-examples:
|
||||
needs: [build]
|
||||
name: Examples
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
@ -93,6 +94,7 @@ jobs:
|
||||
path: ~/.out-of-tree/logs
|
||||
|
||||
test-end-to-end:
|
||||
needs: [build]
|
||||
name: E2E
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 60
|
||||
|
Loading…
Reference in New Issue
Block a user