Skip to content

Commit 9937e18

Browse files
committed
Install tekton for the podman tests
Signed-off-by: Matej Vašek <[email protected]>
1 parent 06c5e3e commit 9937e18

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-podman.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
RH_REG_USR: ${{ secrets.REGISTRY_REDHAT_IO_USERNAME }}
4444
RH_REG_PWD: ${{ secrets.REGISTRY_REDHAT_IO_PASSWORD }}
4545
run: ./hack/install-pull-secrets.sh
46+
- name: Install Tekton
47+
run: ./hack/install-tekton.sh
4648
- name: Integration Test Podman
4749
env:
4850
FUNC_REPO_REF: ${{ github.event.pull_request.head.repo.full_name }}

0 commit comments

Comments
 (0)