Skip to content

e2e: add scripts to run e2e tests with k3s #4834

e2e: add scripts to run e2e tests with k3s

e2e: add scripts to run e2e tests with k3s #4834

Workflow file for this run

name: CI
on:
push:
branches:
- 'release-*'
pull_request:
branches:
- main
- 'release-*'
permissions:
contents: read
pull-requests: read
jobs:
# trivy:
# permissions:
# actions: read
# contents: read
# security-events: write
# uses: "./.github/workflows/lib-trivy.yaml"
# validate:
# uses: "./.github/workflows/lib-validate.yaml"
# codeql:
# permissions:
# actions: read
# contents: read
# security-events: write
# uses: "./.github/workflows/lib-codeql.yaml"
# build:
# needs:
# - trivy
# - validate
# uses: "./.github/workflows/lib-build.yaml"
e2e:
#needs:
# - build
uses: "./.github/workflows/lib-e2e.yaml"