Skip to content

Commit

Permalink
also run new integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasht86 committed Jan 10, 2025
1 parent d750d0d commit 38dc7a4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/integration-except-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.9'
cache: 'pip'
python-version: "3.9"
cache: "pip"
cache-dependency-path: |
pyproject.toml
- name: Install dependencies
Expand All @@ -31,3 +31,5 @@ jobs:
- name: Run integration docker
run: |
pytest tests/integration/test_integration_docker.py -s -v
pytest tests/integration/test_integration_grouping.py -s -v
pytest tests/integration/test_integration_queries.py -s -v

0 comments on commit 38dc7a4

Please sign in to comment.