Skip to content

Commit

Permalink
modify ci
Browse files Browse the repository at this point in the history
  • Loading branch information
neverchanje committed Dec 21, 2023
1 parent 6bd51d3 commit 05ac44f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 16 deletions.
22 changes: 7 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Test dbt-risingwave
on: [push]

jobs:
test-with-jaffle_shop:
test_examples:
runs-on: ubuntu-latest
strategy:
max-parallel: 5
Expand Down Expand Up @@ -37,18 +37,10 @@ jobs:
- name: Install dbt-risingwave globally
run: python3 -m pip install .

- name: dbt-seed
run: dbt seed
working-directory: examples/jaffle_shop

- name: dbt-run
run: dbt run
working-directory: examples/jaffle_shop

- name: dbt-test
run: dbt test
working-directory: examples/jaffle_shop

- name: dbt-doc
run: dbt docs generate
- name: Test jaffle_shop
run:
dbt seed
dbt run
dbt test
dbt docs generate
working-directory: examples/jaffle_shop
2 changes: 1 addition & 1 deletion dbt/adapters/risingwave/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from dbt.adapters.risingwave.connections import RisingWaveConnectionManager # noqa
from dbt.adapters.risingwave.connections import RisingWaveConnectionManager # noqa
from dbt.adapters.risingwave.connections import RisingWaveCredentials
from dbt.adapters.risingwave.impl import RisingWaveAdapter

Expand Down

0 comments on commit 05ac44f

Please sign in to comment.