Skip to content

DB-29-22 - Make CI Test Action More Configurable #1292

DB-29-22 - Make CI Test Action More Configurable

DB-29-22 - Make CI Test Action More Configurable #1292

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- master
tags:
- v*
jobs:
test:
uses: ./.github/workflows/ce.yml
strategy:
fail-fast: false
matrix:
docker-tag: [ ci, lts, previous-lts ]
name: Test ${{ matrix.docker-tag }}
with:
docker-tag: ${{ matrix.docker-tag }}