Skip to content

Commit

Permalink
Revert "feat: update CI to see error logs"
Browse files Browse the repository at this point in the history
This reverts commit 17e89b2.
  • Loading branch information
SuZhou-Joe committed Oct 6, 2023
1 parent 17e89b2 commit 983c68f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/remote-integ-tests-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,12 +127,12 @@ jobs:
- name: Run OpenSearch Dashboards server
run: |
cd OpenSearch-Dashboards
yarn start --no-base-path --no-watch
yarn start --no-base-path --no-watch &
shell: bash

# Windows and Mac OS take a while to start, so we need a long sleep
- name: Sleep until OSD server starts
run: sleep 100
run: sleep 900
shell: bash

- name: Checkout opensearch-dashboards-functional-test
Expand Down

0 comments on commit 983c68f

Please sign in to comment.