Skip to content

Accept a Func<SqlConnection> instead of a pre-created connection #76

Accept a Func<SqlConnection> instead of a pre-created connection

Accept a Func<SqlConnection> instead of a pre-created connection #76

Workflow file for this run

name: CI
on:
push:
branches:
- '**' # Ignores pushes of tags
pull_request:
workflow_dispatch:
jobs:
build:
name: Build
uses: DbUp/Universe/.github/workflows/build.yml@main