From af69b335dcc26efc5edd960149ad1a683b16e631 Mon Sep 17 00:00:00 2001 From: AWSHurneyt Date: Thu, 5 Oct 2023 17:02:51 -0700 Subject: [PATCH] Troubleshooting. Signed-off-by: AWSHurneyt --- .github/workflows/cypress-workflow.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/cypress-workflow.yml b/.github/workflows/cypress-workflow.yml index a95abfba7..68521bcb0 100644 --- a/.github/workflows/cypress-workflow.yml +++ b/.github/workflows/cypress-workflow.yml @@ -141,6 +141,10 @@ jobs: run: curl -XGET localhost:9200 shell: bash + - name: Hurneyt Ping Frontend 1 + run: curl -XGET localhost:5601/status + shell: bash + # for now just chrome, use matrix to do all browsers later - name: Cypress tests uses: cypress-io/github-action@v5