mirror of https://github.com/knative/func.git
Setup test images before integration test run (#2250)
Signed-off-by: Matej Vašek <mvasek@redhat.com>
This commit is contained in:
parent
617e95b6e1
commit
db0a6edf3d
|
@ -50,6 +50,8 @@ jobs:
|
|||
run: ./hack/allocate.sh
|
||||
- name: Local Registry
|
||||
run: ./hack/registry.sh
|
||||
- name: Setup testing images
|
||||
run: ./hack/setup-testing-images.sh
|
||||
- name: Integration Tests
|
||||
run: make test-integration
|
||||
- uses: codecov/codecov-action@v3
|
||||
|
|
Loading…
Reference in New Issue