From fbafe1772a03367a5eea371cf105065a5d04c665 Mon Sep 17 00:00:00 2001 From: Bence Csati Date: Tue, 3 Sep 2024 11:46:30 +0200 Subject: [PATCH] feat(e2e): add e2e tests Signed-off-by: Bence Csati --- .github/workflows/ci.yaml | 4 ++-- README.md | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bc15b2c..b982dba 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -85,12 +85,12 @@ jobs: - name: Download Docker image uses: actions/download-artifact@v4 with: - name: kube-pod-autocomplete Image + name: Kube-Pod-Autocomplete Image - name: Download Helm chart uses: actions/download-artifact@v4 with: - name: kube-pod-autocomplete Helm-Chart + name: Kube-Pod-Autocomplete Helm-Chart - name: Run E2E tests run: make test-e2e diff --git a/README.md b/README.md index 4fa6df1..a284bb1 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,6 @@ ## TODO -- Add e2e-tests. - Consider adding garden config to simplify testing. - Add search pods by label/ns/phase endpoint as a possible use-case.