Skip to content

Merge branch 'main' into main #8

Merge branch 'main' into main

Merge branch 'main' into main #8

Workflow file for this run

name: E2e Workflow
on:
push:
pull_request:
jobs:
e2e:

Check failure on line 6 in .github/workflows/e2e.yml

View workflow run for this annotation

GitHub Actions / E2e Workflow

Invalid workflow file

The workflow is not valid. .github/workflows/e2e.yml (Line: 6, Col: 3): The workflow must contain at least one job with no dependencies.
name: E2e test
needs: build
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Run e2e test
run: ./hack/rune2e.sh
- name: Upload logs
uses: actions/upload-artifact@v3
if: failure()
with:
name: kosmos-e2e-logs-${{ github.run_id }}
path: ${{ github.workspace }}/e2e-test/logs-*