Skip to content

Commit

Permalink
added tests for the generated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin committed Jan 2, 2024
1 parent 03f8d99 commit 50b6354
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/dbt_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ on:
permissions:
contents: read

defaults:
run:
working-directory: integration_tests

jobs:
setup-testing:
Expand All @@ -24,6 +21,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- run: cd integration_tests/

test-duckdb:
name: Test on DuckDB
Expand Down

0 comments on commit 50b6354

Please sign in to comment.