Skip to content

Commit

Permalink
Use comma separated list
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <[email protected]>
  • Loading branch information
cwperks committed Aug 18, 2023
1 parent 5e7fb59 commit c9409a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit c9409a8

Please sign in to comment.