Skip to content

fix10

fix10 #8

name: k8s
on:
push:
branches:
- cdev-ignore
jobs:
tests:
name: Check dnd

Check failure on line 9 in .github/workflows/extended-tests.yml

View workflow run for this annotation

GitHub Actions / k8s

Invalid workflow file

The workflow is not valid. .github/workflows/extended-tests.yml (Line: 9, Col: 5): Required property is missing: runs-on
container: golang:1.21.3-alpine
steps:
- name: Code checkout
uses: actions/checkout@v2
with:
fetch-depth: 2
- name: Build image
run: |
set -x
apk update
apk add docker make terraform git curl bash
pwd
ls -la
git config --global --add safe.directory /__w/cluster.dev/cluster.dev
make quick-install
# cdev version
# docker ps