Skip to content

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

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

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

Workflow file for this run

name: Test CI
on:
pull_request:
push:
branches:
- master
tags:
- v*
jobs:
test:
uses: ./.github/workflows/base.yml
with:
docker-tag: ci
framework: ${{ inputs.framework }}
os: ${{ inputs.os }}
test: ${{ inputs.test }}
configuration: ${{ inputs.configuration }}