Skip to content

add nbtest job to the GitHub Actions CI #15

add nbtest job to the GitHub Actions CI

add nbtest job to the GitHub Actions CI #15

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
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- run: sleep 30
- run: PATCH_ES=1 FORCE_COLOR=1 make -s test