File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 14
14
os : ["ubuntu-latest"]
15
15
steps :
16
16
- name : Check out repository code
17
- uses : actions/checkout@v3
17
+ uses : actions/checkout@v4
18
18
- name : Install Conda environment with Micromamba
19
19
uses : conda-incubator/setup-miniconda@v3
20
20
with :
37
37
sudo apt-get install xvfb
38
38
sudo apt-get install qtbase5-dev
39
39
- name : Test with xvfb
40
- run : xvfb-run --auto-servernum /usr/share/miniconda/envs/test-environment/bin/pytest --cov-report=xml:cov.xml --cov=Stoner --junitxml pytest.xml
40
+ run : xvfb-run --auto-servernum /usr/share/miniconda/envs/test-environment/bin/pytest -n 2 - -cov-report=xml:cov.xml --cov=Stoner --junitxml pytest.xml
41
41
env :
42
42
TZ : Europe/London
43
43
LC_CTYPE : en_GB.UTF-8
@@ -69,12 +69,12 @@ jobs:
69
69
70
70
steps :
71
71
- name : Download Artifacts
72
- uses : actions/download-artifact@v2
72
+ uses : actions/download-artifact@v4
73
73
with :
74
74
path : artifacts
75
75
76
76
- name : Publish Unit Test Results
77
- uses : EnricoMi/publish-unit-test-result-action@v1
77
+ uses : EnricoMi/publish-unit-test-result-action@v2
78
78
with :
79
79
files : artifacts/**/*.xml
80
80
83
83
runs-on : ubuntu-latest
84
84
steps :
85
85
- name : Finish colveralls
86
- uses : AndreMiras/coveralls-python-action@v20201129
86
+ uses : AndreMiras/coveralls-python-action@develop
87
87
with :
88
88
parallel-finished : true
You can’t perform that action at this time.
0 commit comments