Skip to content

Commit 4a169be

Browse files
Merge pull request #7 from stewartboogert/workflow
Workflow
2 parents 4cce97e + 76f84ae commit 4a169be

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

.github/workflows/regression.yaml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
runs-on: ubuntu-latest
1212
container: bdsim/${{ matrix.dockerimage }}:develop
1313

14-
strategy:
15-
fail-fast: false
16-
matrix:
17-
dockerimage: [ alma9-g4.10.7-bdsim, alma9-g4.11.0-bdsim,
18-
alma9-g4.11.1-bdsim, alma9-g4.11.2-bdsim,
19-
alma9-g4.11.3-bdsim ]
14+
strategy:
15+
fail-fast: false
16+
matrix:
17+
dockerimage: [ alma9-g4.10.7-bdsim, alma9-g4.11.0-bdsim,
18+
alma9-g4.11.1-bdsim, alma9-g4.11.2-bdsim,
19+
alma9-g4.11.3-bdsim ]
2020

2121
steps:
2222
- name: Checkout regression
@@ -25,4 +25,7 @@ jobs:
2525

2626
- name: Run regression tests
2727
run: |
28+
source /root/.bashrc
29+
source /tmp/venv-bdsim/bin/activate
30+
/tmp/venv-bdsim/bin/pip install pytest
2831
pytest

0 commit comments

Comments
 (0)