Skip to content

add nbtest job to the GitHub Actions CI #8

add nbtest job to the GitHub Actions CI

add nbtest job to the GitHub Actions CI #8

Workflow file for this run

name: notebook-tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
tests:
runs-on: ubuntu-latest
services:
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:8.12.0
env:
discovery.type: single-node
xpack.security.enabled: false
xpack.security.http.ssl.enabled: false
xpack.license.self_generated.type: trial
ports:
- 9200:9200
steps:
- uses: actions/checkout@v4
- run: sleep 30
- run: MOCK_ES=1 make test