Skip to content

Commit

Permalink
w
Browse files Browse the repository at this point in the history
Signed-off-by: Miki <[email protected]>
  • Loading branch information
AMoo-Miki committed Jan 9, 2025
1 parent aaf0692 commit 968f134
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cypress_tests_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,9 +238,9 @@ jobs:
npm i osd-launcher -g
if [ "${{ matrix.SECURITY }}" = "true" ]; then
osd-launcher -os ${{ env.VERSION }} -p dummy --destination ~/
osd-launcher -os ${{ env.OSD_VERSION }} -p dummy --destination ~/
else
osd-launcher -os ${{ env.VERSION }} --no-security --no-plugins -p dummy --destination ~/
osd-launcher -os ${{ env.OSD_VERSION }} --no-security --no-plugins -p dummy --destination ~/
fi
/bin/bash -c ~/OpenSearch-v3.0.0/bin/opensearch &
Expand Down

0 comments on commit 968f134

Please sign in to comment.