Skip to content

Commit

Permalink
feat(e2e): add e2e tests
Browse files Browse the repository at this point in the history
Signed-off-by: Bence Csati <csatib02@gmail.com>
  • Loading branch information
csatib02 committed Sep 3, 2024
1 parent dbd3112 commit fbafe17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit fbafe17

Please sign in to comment.