Skip to content

Update quality-check-dagster-teradata.yml #1

Update quality-check-dagster-teradata.yml

Update quality-check-dagster-teradata.yml #1

name: quality-check-dagster-teradata

Check failure on line 1 in .github/workflows/quality-check-dagster-teradata.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/quality-check-dagster-teradata.yml

Invalid workflow file

Cannot define both `uses` and `steps` at the same time for the following jobs: check
on:
pull_request:
types: [opened, synchronize, reopened]
paths:
- 'libraries/dagster-teradata/**'
jobs:
check:
uses: ./.github/workflows/template-quality-check.yml
with:
working_directory: ./libraries/dagster-teradata
steps:
- name: Pytest
working-directory: ${{ inputs.working_directory }}
run: uv run pytest --ignore=dagster_teradata_tests/functional/