Skip to content

Workflow file for this run

name: Create Cluster
on: push
jobs:
create-cluster:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Kubernetes KinD Cluster
uses: container-tools/kind-action@v1

Check failure on line 11 in .github/workflows/test_kubernetes.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test_kubernetes.yml

Invalid workflow file

You have an error in your yaml syntax on line 11
- name: Run setup
run: |
sh ./scripts/test/kubernetes-setup.sh
#- name: Setup Airflow
# run: |
pip install hatch
hatch -e tests.py3.9-2.9 run pip freeze
hatch run tests.py3.9-2.9:test-kubernetes