Update ci-repltests.yml

fix/3p-ci-error-handling
Miro Stauder 2 years ago committed by GitHub
parent 1a51e52d98
commit 4de9dddc66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -11,6 +11,18 @@ on:
jobs:
tests:
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
testdist: [ 'ubuntu22' ]
# infradb: [ 'mysql57', 'mysql80', 'mysql81', 'mysql82', 'mariadb10', 'mariadb11' ]
infradb: [ 'mysql57' ]
env:
TESTDIST: ${{ matrix.testdist }}
INFRADB: ${{ matrix.infradb }}
BLDCACHE: CI-builds_${{ github.sha }}_${{ matrix.testdist }}-tap_src
# BASELINE: ${{ vars[format('BASELINE_3P_MARIADB_CONNECTOR_C_{0}', matrix.infradb)] }}
steps:
- name: Install dependencies

Loading…
Cancel
Save