From 71d651b926ade8c91441fc8e42497e89153274fb Mon Sep 17 00:00:00 2001 From: Pubudu Gunatilaka Date: Thu, 29 Feb 2024 17:35:56 +0530 Subject: [PATCH] Check availability of the logs --- .github/workflows/integration-test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 84875cdbf..c74ec67ed 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -193,6 +193,7 @@ jobs: kubectl logs -n apk-integration-test -l app.kubernetes.io/app=idp-ds -f > apk-repo/test/integration/podlogs/idpds.log & kubectl logs -n apk-integration-test -l app.kubernetes.io/app=idp-ui -f> apk-repo/test/integration/podlogs/idpui.log & kubectl logs -n apk-integration-test -l app.kubernetes.io/app=ratelimiter -f> apk-repo/test/integration/podlogs/ratelimiter.log & + ls -l apk-repo/test/integration/podlogs - name: Run test cases shell: sh run: | @@ -319,6 +320,7 @@ jobs: kubectl logs -n apk-integration-test -l app.kubernetes.io/app=idp-ds -f > apk-repo/test/integration/podlogs/idpds.log & kubectl logs -n apk-integration-test -l app.kubernetes.io/app=idp-ui -f> apk-repo/test/integration/podlogs/idpui.log & kubectl logs -n apk-integration-test -l app.kubernetes.io/app=ratelimiter -f> apk-repo/test/integration/podlogs/ratelimiter.log & + ls -l apk-repo/test/integration/podlogs - name: Run test cases shell: sh run: |