Skip to content

Simplified intigration test for K8s in cypress #1

Simplified intigration test for K8s in cypress

Simplified intigration test for K8s in cypress #1

name: k8s-challange-test
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches:
- master
pull_request:
branches: [master]