From 36516386731fd08ecb84607515fce39eaccc1731 Mon Sep 17 00:00:00 2001 From: saimedhi Date: Tue, 22 Oct 2024 11:17:08 -0700 Subject: [PATCH] Added Integration Tests Workflow Signed-off-by: saimedhi --- .github/workflows/remote-integ-tests-workflow.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/remote-integ-tests-workflow.yml b/.github/workflows/remote-integ-tests-workflow.yml index f17f98c..9e8f2c2 100644 --- a/.github/workflows/remote-integ-tests-workflow.yml +++ b/.github/workflows/remote-integ-tests-workflow.yml @@ -164,4 +164,5 @@ jobs: if: failure() with: name: cypress-videos-${{ matrix.os }} - path: opensearch-dashboards-functional-test/cypress/videos \ No newline at end of file + path: opensearch-dashboards-functional-test/cypress/videos + \ No newline at end of file