Skip to content

Commit

Permalink
CI test configuration for Trino
Browse files Browse the repository at this point in the history
  • Loading branch information
tlento committed Dec 16, 2023
1 parent f5eac5d commit 8fd2176
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/ci-metricflow-unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,24 @@ jobs:
python-version: "3.11"
make-target: "test-postgresql"

metricflow-unit-tests-trino:
name: MetricFlow Tests (Trino)
runs-on: ubuntu-latest
services:
trino:
image: trinodb/trino
ports:
- 8080:8080
steps:
- name: Check-out the repo
uses: actions/checkout@v3

- name: Test w/ Python 3.11
uses: ./.github/actions/run-mf-tests
with:
python-version: "3.11"
make-target: "test-trino"

metricflow-unit-tests:
name: MetricFlow Unit Tests
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8fd2176

Please sign in to comment.