Skip to content

Commit b1fc2bf

Browse files
committed
fix(ci): update invocation of smoketest script to conform with new ci scripts layout
1 parent 12084f8 commit b1fc2bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }}
8585
DOCKERHUB_USERNAME: ${{ vars.DOCKERHUB_USERNAME }}
8686
continue-on-error: true
87-
- run: ci/run_tests.sh
87+
- run: ci/scripts/run_tests.sh
8888
env:
8989
SMOKETEST_DOCKER_IMAGE: python:3.12-slim
9090
DISTRIBUTION_NAME: ${{ github.ref_name=='master' && env.pypi_project || env.testpypi_project }}

0 commit comments

Comments
 (0)