We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d1ab75 commit a06237eCopy full SHA for a06237e
.github/workflows/notebook-test.yml
@@ -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