Skip to content

Bump github.com/onsi/gomega from 1.30.0 to 1.31.1 #713

Bump github.com/onsi/gomega from 1.30.0 to 1.31.1

Bump github.com/onsi/gomega from 1.30.0 to 1.31.1 #713

Workflow file for this run

name: unit-test
env:
KYMA_STABILITY: "unstable"
KYMA: "./hack/kyma"
on:
push:
branches:
- main
- "release-**"
paths-ignore:
- "docs/**"
- "**.md"
- "sec-scanners-config.yaml"
pull_request:
branches:
- main
- "release-**"
paths-ignore:
- "docs/**"
- "**.md"
- "sec-scanners-config.yaml"
jobs:
unit-test:
uses: kyma-project/eventing-tools/.github/workflows/unit-test-reusable.yml@main