You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
nbmake
v0.2
GitHub Action for testing notebooks (repo renamed from 'treebeard').
Tests notebooks using nbmake via pytest.
- uses: "treebeardtech/[email protected]"
with:
path: "./examples"
path-output: .
notebooks: |
nb1.ipynb
'sub dir/*.ipynb'
See action.yml for the parameters you can pass to this action, and see unit tests and integ tests for example invocations.
Any static site hosting platform will work, e.g. S3, Firebase, Netlify.
npm install
npm run all