Skip to content

Commit

Permalink
feat: remove upload opensearch.log
Browse files Browse the repository at this point in the history
Signed-off-by: SuZhou-Joe <[email protected]>
  • Loading branch information
SuZhou-Joe committed Nov 30, 2023
1 parent 089e790 commit d599902
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
brew install coreutils
fi
cd notifications/notifications
./gradlew run -x integTest -x jacocoTestReport | tee -a opensearch.log &
./gradlew run -x integTest -x jacocoTestReport &
timeout 300 bash -c 'while [[ "$(curl -s -o /dev/null -w ''%{http_code}'' localhost:9200)" != "200" ]]; do sleep 5; done'
shell: bash
env:
Expand Down Expand Up @@ -199,12 +199,6 @@ jobs:
name: cypress-screenshots-${{ matrix.os }}
path: OpenSearch-Dashboards/plugins/dashboards-notifications/.cypress/screenshots

- uses: actions/upload-artifact@v1
if: always()
with:
name: opensearch-logs-${{ matrix.os }}
path: notifications/notifications/opensearch.log

# Test run video was always captured, so this action uses "always()" condition
- uses: actions/upload-artifact@v1
if: always()
Expand Down

0 comments on commit d599902

Please sign in to comment.