Skip to content

gomod(deps): bump github.com/onsi/ginkgo/v2 from 2.20.2 to 2.21.0 (#228) #120

gomod(deps): bump github.com/onsi/ginkgo/v2 from 2.20.2 to 2.21.0 (#228)

gomod(deps): bump github.com/onsi/ginkgo/v2 from 2.20.2 to 2.21.0 (#228) #120

Workflow file for this run

name: push
on:
push:
branches: [ "main", "release-*" ]
jobs:
builds:
uses: ./.github/workflows/_build.yaml
integrations:
needs: builds
secrets: inherit
uses: ./.github/workflows/_integration-tests.yaml
with:
image: europe-docker.pkg.dev/kyma-project/prod/dockerregistry-operator:${{ github.sha }}
upgrades:
needs: builds
secrets: inherit
uses: ./.github/workflows/_upgrade-tests.yaml