mirror of https://github.com/knative/pkg.git
Add chains to the downstream test (#2237)
This commit is contained in:
parent
ddd97e9fb8
commit
263ce4067b
|
@ -29,6 +29,8 @@ jobs:
|
|||
include:
|
||||
- repo: pipeline
|
||||
org: tektoncd
|
||||
- repo: chains
|
||||
org: tektoncd
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
@ -58,7 +60,7 @@ jobs:
|
|||
path: ./src/github.com/${{ matrix.org }}/${{ matrix.repo }}
|
||||
|
||||
- name: Test Downstream
|
||||
uses: knative-sandbox/actions-downstream-test@v1.3.0
|
||||
uses: knative-sandbox/actions-downstream-test@v1
|
||||
with:
|
||||
upstream-module: knative.dev/${{ github.event.repository.name }}
|
||||
downstream-module: github.com/${{ matrix.org }}/${{ matrix.repo }}
|
||||
|
|
Loading…
Reference in New Issue