We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83f3f60 commit cc1bdd7Copy full SHA for cc1bdd7
1 file changed
.github/workflows/karate-tests-on-pull-request.yml
@@ -59,6 +59,7 @@ jobs:
59
60
- name: Deploy Local Env to Kind k8s
61
uses: devcontainers/ci@v0.3
62
+ continue-on-error: true
63
with:
64
runCmd: |
65
# 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:
77
78
export KUBECONFIG=$(pwd)/.inner-circle-cluster-kubeconfig
79
80
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
83
push: never
84
85
- name: Checkout api
0 commit comments