Skip to content

Commit

Permalink
print ES content after tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maxjakob committed Feb 12, 2024
1 parent c8a8320 commit 732a94f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
es_stack:
- 8.11.4
- 8.12.0
# - 8.13.0-SNAPSHOT
- 8.13.0-SNAPSHOT
runs-on: ubuntu-latest
services:
elasticsearch:
Expand Down
5 changes: 5 additions & 0 deletions bin/nbtest
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,8 @@ fi

source $SCRIPT_DIR/../.venv/bin/activate
$SCRIPT_DIR/../.venv/bin/nbtest $*

curl 'localhost:9200/_search?q=*'
echo
echo
curl 'localhost:9200/_ml/trained_models/_stats'

0 comments on commit 732a94f

Please sign in to comment.