We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4cce97e + 76f84ae commit 4a169beCopy full SHA for 4a169be
.github/workflows/regression.yaml
@@ -11,12 +11,12 @@ jobs:
11
runs-on: ubuntu-latest
12
container: bdsim/${{ matrix.dockerimage }}:develop
13
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 ]
+ strategy:
+ fail-fast: false
+ matrix:
+ dockerimage: [ alma9-g4.10.7-bdsim, alma9-g4.11.0-bdsim,
+ alma9-g4.11.1-bdsim, alma9-g4.11.2-bdsim,
+ alma9-g4.11.3-bdsim ]
20
21
steps:
22
- name: Checkout regression
@@ -25,4 +25,7 @@ jobs:
25
26
- name: Run regression tests
27
run: |
28
+ source /root/.bashrc
29
+ source /tmp/venv-bdsim/bin/activate
30
+ /tmp/venv-bdsim/bin/pip install pytest
31
pytest
0 commit comments