From cae4149ea0d581fa590489f3a03c01ea09770839 Mon Sep 17 00:00:00 2001 From: Peter Nied Date: Fri, 6 Oct 2023 21:24:06 +0000 Subject: [PATCH] Filter tests to only run integration test case Signed-off-by: Peter Nied --- .github/workflows/resources-workflows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/resources-workflows.yml b/.github/workflows/resources-workflows.yml index eaa3d1fd86..fc8c53e4b2 100644 --- a/.github/workflows/resources-workflows.yml +++ b/.github/workflows/resources-workflows.yml @@ -33,4 +33,4 @@ jobs: with: cache-disabled: true arguments: | - integrationTest -Dbuild.snapshot=false + integrationTest -Dbuild.snapshot=false --tests org.opensearch.security.ResourceFocusedTests