Skip to content

Workflow file for this run

name: Talos Conformance E2E
jobs:
setup-and-test:
# runs-on:
name: 'Setup & Test'
runs-on: ubuntu-latest-4cores-16gb
name: 'Setup & Test'

Check failure on line 8 in .github/workflows/conformance.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/conformance.yml

Invalid workflow file

You have an error in your yaml syntax on line 8
env:
json_name: 'Setup & Test'
strategy:
fail-fast: false
matrix:
include:
- name: 'kube-proxy replacement'
kube-proxy: 'iptables'
kpr: 'false'
tunnel: 'vxlan'
steps:
- name: test
run: echo "success!"