Skip to content

Commit

Permalink
Switch back to yarn and extend sleep time to 800 seconds for cypress …
Browse files Browse the repository at this point in the history
…test

Signed-off-by: Ryan Liang <[email protected]>
  • Loading branch information
RyanL1997 committed Jan 6, 2023
1 parent 0765146 commit 076b2d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cypress-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ jobs:
echo 'opensearch_security.cookie.secure: false' >> ./config/opensearch_dashboards.yml
echo 'opensearch_security.multitenancy.enable_aggregation_view: true' >> ./config/opensearch_dashboards.yml
cat ./config/opensearch_dashboards.yml
run node ../../scripts/opensearch-dashboards --dev --no-base-path &
sleep 500
#yarn start --no-base-path --no-watch &
yarn start --no-base-path --no-watch &
sleep 800
#run node ../../scripts/opensearch-dashboards --dev --no-base-path &

- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 076b2d8

Please sign in to comment.