Skip to content

Commit

Permalink
CI Fix INDEX_SERVER address after opensearch "plugins.security.disabl…
Browse files Browse the repository at this point in the history
…ed=true"
  • Loading branch information
ksuess committed Mar 10, 2024
1 parent d148af9 commit 44c5e9b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ env:
VOLTO_VERSION: 17
PLONE_VERSION: 6.0

# DEBUG INDEX_SERVER
# INDEX_SERVER: opensearch:9200
INDEX_SERVER: opensearch:9200
INDEX_OPENSEARCH: 1
INDEX_USE_SSL: 0
INDEX_LOGIN: admin
Expand All @@ -32,8 +31,6 @@ jobs:
timeout-minutes: 45
strategy:
fail-fast: false
matrix:
index_server: ["opensearch:9200", "localhost:9200"]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -51,7 +48,6 @@ jobs:
env:
BABEL_ENV: production
CYPRESS_RETRIES: 2
INDEX_SERVER: "${{ matrix.index_server }}"
with:
parallel: false
browser: chrome
Expand Down

0 comments on commit 44c5e9b

Please sign in to comment.