Skip to content

Commit abdab43

Browse files
authored
Merge pull request #356 from alex-treebeard/patch-1
Update notebook-test.yml
2 parents fd33d6c + fef0131 commit abdab43

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/notebook-test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Integration tests
22

3-
on: [push,pull_request]
3+
on: [push, pull_request]
44

55
jobs:
66
run:
@@ -14,5 +14,4 @@ jobs:
1414
docker-username: thewtex
1515
docker-password: "${{ secrets.DOCKER_PASSWORD }}"
1616
docker-image-name: insighttoolkit/itkwidgets
17-
notebooks:
18-
- examples/3DImage.ipynb
17+
notebooks: "examples/3DImage.ipynb"

0 commit comments

Comments
 (0)