File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
exasol/toolbox/templates/github/workflows Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 3737 - name : Upload Artifacts
3838 uses : actions/upload-artifact@v5
3939 with :
40- name : coverage-python${{ matrix.python-version }}-slow
40+ name : coverage-python${{ matrix.python-version }}-exasol${{ matrix.exasol-version }}- slow
4141 path : .coverage
4242 include-hidden-files : true
Original file line number Diff line number Diff line change @@ -69,4 +69,9 @@ class Config(BaseConfig):
6969 pyupgrade_args : Iterable [str ] = ("--py39-plus" , "--keep-runtime-typing" )
7070
7171
72- PROJECT_CONFIG = Config (create_major_version_tags = True )
72+ PROJECT_CONFIG = Config (
73+ create_major_version_tags = True ,
74+ # The PTB does not have integration tests run with an Exasol DB,
75+ # so for running in the CI, we take the first element.
76+ exasol_versions = (BaseConfig ().exasol_versions [0 ],),
77+ )
You can’t perform that action at this time.
0 commit comments