Skip to content

fix(deps): update module github.com/cert-manager/cert-manager to v1.15.3 #46

fix(deps): update module github.com/cert-manager/cert-manager to v1.15.3

fix(deps): update module github.com/cert-manager/cert-manager to v1.15.3 #46

name: Run full test suite
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
code-test:
name: Run tests on code
uses: ./.github/workflows/test-go.yaml
secrets: inherit
build-image:
name: Build Docker image
uses: ./.github/workflows/build-images.yaml
with:
tags: >-
commit-${{ github.sha }}
latest
needs: code-test
webhook-tests:
name: Run tests on webhooks
needs: build-image
uses: ./.github/workflows/test-kubernetes.yaml
secrets: inherit