Skip to content

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

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

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

Workflow file for this run

name: pull
on:
pull_request_target:
types: [ opened, edited, synchronize, reopened, ready_for_review ]
permissions:
id-token: write # This is required for requesting the JWT token
contents: read # This is required for actions/checkout
jobs:
unit-tests:
uses: ./.github/workflows/_unit-tests.yaml
images-verify:
if: github.event.pull_request.base.ref == 'main'
uses: ./.github/workflows/_images-verify.yaml
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/dev/dockerregistry-operator:PR-${{ github.event.number }}