Skip to content

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

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

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

Workflow file for this run

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