Skip to content

Commit a06237e

Browse files
thewtexalex-treebeardRabscuttler
committed
ENH: Add treebeard GitHub Action configuration
Co-authored-by: alex-treebeard <alex@treebeard.io> Co-authored-by: Rabscuttler <laurence.watson@gmail.com>
1 parent 1d1ab75 commit a06237e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Integration tests
2+
3+
on: [push,pull_request]
4+
5+
jobs:
6+
run:
7+
runs-on: ubuntu-latest
8+
name: Run notebooks on treebeard
9+
steps:
10+
- uses: actions/checkout@v2
11+
- uses: actions/setup-python@v2
12+
- uses: treebeardtech/treebeard@master
13+
with:
14+
docker-username: thewtex
15+
docker-password: "${{ secrets.DOCKER_PASSWORD }}"
16+
docker-image-name: insighttoolkit/itkwidgets
17+
notebooks:
18+
- examples/3DImage.ipynb

0 commit comments

Comments
 (0)