Skip to content

Commit

Permalink
Add invocation of Snowflake adapter tests in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Valerii Mironchenko committed Sep 4, 2024
1 parent c838bc6 commit a05afb8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ jobs:
unixodbc-dev openssl libsasl2-dev
poetry install
# for now, only tests for PostgreSQL adapter are being invoked, others need to be checked and updated for future use
# for now, only tests for PostgreSQL and Snowflake adapters are being invoked,
# others need to be checked and updated for future use
- name: Run tests
working-directory: odd-collector
run: poetry run pytest tests/integration/test_postgres.py -v
run: |
poetry run pytest tests/integration/test_postgres.py -v
poetry run pytest tests/adapters/snowflake -v

0 comments on commit a05afb8

Please sign in to comment.