22name : Tests
33env :
44 DEFAULT_SAMPLES_REVISION : 10.2.4
5- DEFAULT_KHIOPS_DESKTOP_REVISION : 10.2.4
5+ DEFAULT_KHIOPS_DESKTOP_REVISION : 10.6.0-b.0
66on :
77 workflow_dispatch :
88 inputs :
99 samples-revision :
1010 default : 10.2.4
1111 description : Git Tag/Branch/Commit for the khiops-samples Repo
1212 image-tag :
13- default : latest
13+ default : 10.6.0-b.0.0
1414 description : Development Docker Image Tag
1515 khiops-desktop-revision :
16- default : 10.2.4
16+ default : 10.6.0-b.0
1717 description : Khiops Windows Desktop Application Version
1818 run-expensive-tests :
1919 type : boolean
4343 # because the `env` context is only accessible at the step level;
4444 # hence, it is hard-coded
4545 image : |-
46- ghcr.io/khiopsml/khiops-python/khiopspydev-ubuntu22.04:${{ inputs.image-tag || 'latest ' }}
46+ ghcr.io/khiopsml/khiops-python/khiopspydev-ubuntu22.04:${{ inputs.image-tag || '10.6.0-b.0.0 ' }}
4747 credentials :
4848 username : ${{ github.actor }}
4949 password : ${{ secrets.GITHUB_TOKEN }}
@@ -184,6 +184,7 @@ jobs:
184184 $CONDA run --no-capture-output -n "$CONDA_ENV" coverage xml -o "reports/$CONDA_ENV/py-coverage.xml"
185185 done
186186 - name : Display Test Reports
187+ if : success() || failure()
187188 uses : dorny/test-reporter@v1
188189 with :
189190 name : Run Tests ${{ matrix.python-version }}
@@ -192,7 +193,9 @@ jobs:
192193 reports/py${{ matrix.python-version }}_conda/TEST-tests.*.*.xml
193194 reporter : java-junit
194195 path-replace-backslashes : ' true' # Necessary for windows paths
196+ fail-on-error : ' false'
195197 - name : Upload Test Reports as Artifacts
198+ if : success() || failure()
196199 uses : actions/upload-artifact@v4
197200 with :
198201 name : test-reports-${{ matrix.python-version }}
@@ -312,7 +315,7 @@ jobs:
312315 # because the `env` context is only accessible at the step level;
313316 # hence, it is hard-coded
314317 image : |-
315- ghcr.io/khiopsml/khiops-python/khiopspydev-${{ matrix.container }}:${{ inputs.image-tag || 'latest ' }}
318+ ghcr.io/khiopsml/khiops-python/khiopspydev-${{ matrix.container }}:${{ inputs.image-tag || '10.6.0-b.0.0 ' }}
316319 credentials :
317320 username : ${{ github.actor }}
318321 password : ${{ secrets.GITHUB_TOKEN }}
0 commit comments