Skip to content

Commit cc1bdd7

Browse files
authored
test: add auth-api logs in e2e tests
1 parent 83f3f60 commit cc1bdd7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/karate-tests-on-pull-request.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959

6060
- name: Deploy Local Env to Kind k8s
6161
uses: devcontainers/ci@v0.3
62+
continue-on-error: true
6263
with:
6364
runCmd: |
6465
# we need to override "latest" image tag of ui inside local-env to run e2e against the current commit ui version and not against latest from master
@@ -77,6 +78,8 @@ jobs:
7778
export KUBECONFIG=$(pwd)/.inner-circle-cluster-kubeconfig
7879
7980
helmfile --environment local --namespace local -f deploy/helmfile.yaml apply
81+
82+
kubectl logs $(kubectl get pods -l app.kubernetes.io/instance=auth-api -n local -o jsonpath='{.items[0].metadata.name}') -n local
8083
push: never
8184

8285
- name: Checkout api

0 commit comments

Comments
 (0)