Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
myrrc committed Jul 5, 2023
1 parent f3eebe9 commit da09a70
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,17 @@ jobs:
path: dist/*.whl
if-no-files-found: error

- name: upload sdist
uses: actions/upload-artifact@v3
with:
path: dist/*.tar.gz
if-no-files-found: error

- name: run unit tests
run: make test-unit

- name: prepare docker images for integration tests
env: { CLICKHOUSE_VERSION: "${{ matrix.clickhouse }}" }
run: make test-integration-prepare
run: CLICKHOUSE_VERSION=${{ matrix.clickhouse }} make test-integration-prepare

- name: run integration tests
run: make test-integration
Expand Down

0 comments on commit da09a70

Please sign in to comment.