Skip to content

Commit

Permalink
run in dir
Browse files Browse the repository at this point in the history
  • Loading branch information
samster25 committed Nov 30, 2023
1 parent 1673da5 commit 8c75005
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -386,10 +386,14 @@ jobs:
- name: Build images
run: |
docker buildx create --use --driver=docker-container
docker buildx bake -f ./tests/integration/iceberg/docker-compose/docker-compose.yml --set *.cache-to="type=gha,mode=max" --set *.cache-from="type=gha" --load
pushd ./tests/integration/iceberg/docker-compose/
docker buildx bake -f ./docker-compose.yml --set *.cache-to="type=gha,mode=max" --set *.cache-from="type=gha" --load
popd
- name: Spin up services
run: |
docker-compose -f ./tests/integration/iceberg/docker-compose/docker-compose.yml up -d
pushd ./tests/integration/iceberg/docker-compose/
docker-compose -f ./docker-compose.yml up -d
popd
- name: Run IO integration tests
run: |
pytest tests/integration/iceberg -m 'integration' --durations=50
Expand Down

0 comments on commit 8c75005

Please sign in to comment.