Skip to content

Commit 6149eb7

Browse files
committed
Add test using osb pynnshowcase repo
1 parent 4f18bc2 commit 6149eb7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/docker-image.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,7 @@ jobs:
5353
- name: Print info on docker images
5454
run: |
5555
docker images
56+
57+
- name: Test a number of repos from OSB
58+
run: |
59+
docker run -t neuralensemble/osb /bin/bash -c "git clone https://github.com/OpenSourceBrain/PyNNShowcase.git && cd PyNNShowcase && omv find && omv all -V"

0 commit comments

Comments
 (0)