Skip to content

Commit

Permalink
ci(ibis): append Trino test to standard tests (Canner#879)
Browse files Browse the repository at this point in the history
  • Loading branch information
grieve54706 authored and gagan-bhullar-tech committed Nov 6, 2024
1 parent d96148a commit 404c2f8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ibis-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Run tests
env:
WREN_ENGINE_ENDPOINT: http://localhost:8080
run: poetry run pytest -m "not bigquery and not snowflake and not trino and not canner"
run: poetry run pytest -m "not bigquery and not snowflake and not canner"
- name: Test bigquery if need
if: contains(github.event.pull_request.labels.*.name, 'bigquery')
env:
Expand All @@ -85,8 +85,3 @@ jobs:
SNOWFLAKE_PASSWORD: ${{ secrets.SNOWFLAKE_PASSWORD }}
SNOWFLAKE_ACCOUNT: ${{ secrets.SNOWFLAKE_ACCOUNT }}
run: just test snowflake
- name: Test trino if need
if: contains(github.event.pull_request.labels.*.name, 'trino')
env:
WREN_ENGINE_ENDPOINT: http://localhost:8080
run: just test trino

0 comments on commit 404c2f8

Please sign in to comment.