kubectl/.github/workflows/tests.yaml
Serhiy Mytrovtsiy c390c8d349 fix: fixed INPUT_ARGS in the entrypoint.sh
feat: temporarily removed some tests
2022-06-04 00:33:35 +02:00

17 lines
329 B
YAML

name: tests
on: [push]
jobs:
kustomize:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: |
echo 'configMapGenerator:
- name: example
literals:
- FOO=Bar' > kustomization.yaml
- uses: ./
with:
args: kustomize