From c9409a8682e8b1f023d100edba9f041655ccad4f Mon Sep 17 00:00:00 2001 From: Craig Perkins Date: Fri, 18 Aug 2023 11:10:20 -0400 Subject: [PATCH] Use comma separated list Signed-off-by: Craig Perkins --- .github/workflows/integration-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 856851e5b..73b8bcbae 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -87,5 +87,5 @@ jobs: run: | echo "check if opensearch is ready" curl -XGET https://localhost:9200 -u 'admin:admin' -k - node .\test\run_jest_tests.js --config .\test\jest.config.server.js --testPathIgnorePatterns ['saml_auth.test.ts', 'saml_multiauth.test.ts'] + node .\test\run_jest_tests.js --config .\test\jest.config.server.js --testPathIgnorePatterns saml_auth.test.ts,saml_multiauth.test.ts working-directory: ${{ steps.install-dashboards.outputs.plugin-directory }}