Skip to content

Commit

Permalink
Refactor the name of tests for both saml and oidc flows
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Liang <[email protected]>
  • Loading branch information
RyanL1997 committed Nov 21, 2023
1 parent baea6ea commit f562d3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cypress-test-oidc-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:

jobs:
tests:
name: Run Cypress E2E tests
name: Run Cypress E2E OIDC tests
strategy:
fail-fast: false
matrix:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/cypress-test-saml-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@ on:
env:
OPENSEARCH_VERSION: '3.0.0'
KEYCLOAK_VERSION: '21.0.1'
TEST_KEYCLOAK_CLIENT_SECRET: 'oacHfNaXyy81r2uHq1A9RY4ASryre4rZ'
CI: 1
# avoid warnings like "tput: No value for $TERM and no -T specified"
TERM: xterm
PLUGIN_NAME: opensearch-security

jobs:
tests:
name: Run Cypress E2E tests
name: Run Cypress E2E SAML tests
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit f562d3a

Please sign in to comment.