Skip to content

test: adding e2e test for config volumes EmptyDir and PersistentVolumeClaim #4366

test: adding e2e test for config volumes EmptyDir and PersistentVolumeClaim

test: adding e2e test for config volumes EmptyDir and PersistentVolumeClaim #4366

Workflow file for this run

name: Func Check Source
on: [pull_request]
jobs:
check:
name: Check Source
strategy:
matrix:
os: ["ubuntu-latest"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: ./.github/composite/go-setup
- name: Check
run: make check