4646
4747 - name : Give the test runner user a name to make provenance happy.
4848 if : ${{ matrix.step == 'unit' || matrix.step == 'mypy' }}
49- run : sudo usermod -c 'CI Runner' $(whoami)
49+ run : sudo usermod -c 'CI Runner' " $(whoami)"
5050
5151 - name : Set up Python
5252 uses : actions/setup-python@v4
@@ -130,7 +130,7 @@ jobs:
130130 sudo apt-get install -y ./singularity-ce_3.10.4-focal_amd64.deb
131131
132132 - name : Give the test runner user a name to make provenance happy.
133- run : sudo usermod -c 'CI Runner' $(whoami)
133+ run : sudo usermod -c 'CI Runner' " $(whoami)"
134134
135135 - name : Set up Python
136136 uses : actions/setup-python@v4
@@ -192,7 +192,7 @@ jobs:
192192 python-version : 3.11
193193 cache : pip
194194
195- - name : " Test CWL ${{ matrix.version }} conformance"
195+ - name : " Test CWL ${{ matrix.cwl- version }} conformance"
196196 env :
197197 VERSION : ${{ matrix.cwl-version }}
198198 CONTAINER : ${{ matrix.container }}
@@ -226,7 +226,7 @@ jobs:
226226 test-requirements.txt
227227
228228 - name : Give the test runner user a name to make provenance happy.
229- run : sudo usermod -c 'CI Runner' $(whoami)
229+ run : sudo usermod -c 'CI Runner' " $(whoami)"
230230
231231 - name : Install packages
232232 run : |
@@ -249,7 +249,7 @@ jobs:
249249 name : Test on macos-latest
250250 runs-on : macos-latest
251251 env :
252- TOXENV : py310 -unit
252+ TOXENV : py311 -unit
253253 steps :
254254 - uses : actions/checkout@v3
255255 with :
@@ -280,7 +280,6 @@ jobs:
280280 - name : Test with tox
281281 run : tox
282282 - name : Upload coverage to Codecov
283- if : ${{ matrix.step == 'unit' }}
284283 uses : codecov/codecov-action@v3
285284 with :
286285 fail_ci_if_error : true
0 commit comments