Skip to content

Drop the database or schema between tests to avoid conflicts #1051

Drop the database or schema between tests to avoid conflicts

Drop the database or schema between tests to avoid conflicts #1051

Workflow file for this run

name: Validate Schemas
on: [push, workflow_dispatch]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@v4
- name: Setup Python and install dependencies
uses: ./.github/actions/setup-test-environment
- name: Validate YAML files
run: felis validate --check-redundant-datatypes ./yml/*.yaml