Skip to content

Commit 24ace71

Browse files
committed
Test this branch
1 parent 05802d0 commit 24ace71

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/non-omv.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Non OMV tests
22

33
on:
44
push:
5-
branches: [ master, development, experimental ]
5+
branches: [ master, development, experimental, test* ]
66
pull_request:
7-
branches: [ master, development, experimental ]
7+
branches: [ master, development, experimental, test* ]
88

99
jobs:
1010
build:
@@ -16,14 +16,14 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v2
19-
19+
2020
- name: Set up Python ${{ matrix.python-version }}
2121
uses: actions/setup-python@v2
2222
with:
2323
python-version: ${{ matrix.python-version }}
24-
24+
2525
- name: Test python HH
2626
run: |
2727
pip install scipy matplotlib
2828
cd Tutorial/Source
29-
python HodgkinHuxley.py
29+
python HodgkinHuxley.py

.github/workflows/omv-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Continuous build using OMV
33

44
on:
55
push:
6-
branches: [ master, development, experimental ]
6+
branches: [ master, development, experimental, test* ]
77
pull_request:
8-
branches: [ master, development, experimental ]
8+
branches: [ master, development, experimental, test* ]
99

1010
jobs:
1111
build:

0 commit comments

Comments
 (0)