Skip to content

Commit dd99706

Browse files
committed
wip
1 parent ccece28 commit dd99706

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/full-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Full spikeinterface tests
22

33
on:
44
pull_request:
5-
branches: [master]
5+
branches: [master, gh_actions_and_datalad]
66
types: [synchronize, opened, reopened, ready_for_review]
77

88
jobs:
@@ -56,3 +56,4 @@ jobs:
5656
run: |
5757
source ./test_env/bin/activate
5858
pytest --cov=neo neo/test
59+

0 commit comments

Comments
 (0)