Skip to content

Creating a Schema CR instance should require the Database name in which the schema should be created #172

Creating a Schema CR instance should require the Database name in which the schema should be created

Creating a Schema CR instance should require the Database name in which the schema should be created #172

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
types: [ opened, reopened, synchronize ]
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
test:
name: Tests
uses: ./.github/workflows/test.yml
secrets: inherit