Skip to content

adjust test jobs' names in testing strategy (#1092) #15

adjust test jobs' names in testing strategy (#1092)

adjust test jobs' names in testing strategy (#1092) #15

Workflow file for this run

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