Skip to content

Commit

Permalink
Add missing test
Browse files Browse the repository at this point in the history
  • Loading branch information
phoebusm committed Dec 17, 2024
1 parent f7b40e8 commit e22434d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build_steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,13 @@ jobs:
with:
name: wheel-${{env.CIBW_BUILD}}
path: wheelhouse/*.whl

- name: Run proxy test
if: matrix.os == 'linux' && inputs.job_type == 'build-python-wheels'
uses: ./.github/actions/run_proxy_test
with:
python3: ${{inputs.python3}}
wheel: wheel-${{env.CIBW_BUILD}}

- name: Discover test directory names
if: inputs.job_type == 'build-python-wheels'
Expand Down Expand Up @@ -357,13 +364,6 @@ jobs:
aws_access_key: "${{ secrets.AWS_S3_ACCESS_KEY }}"
aws_secret_key: "${{ secrets.AWS_S3_SECRET_KEY }}"
strategy_branch: "${{ env.distinguishing_name }}"

- name: Run proxy test
if: matrix.os == 'linux'
uses: ./.github/actions/run_proxy_test
with:
python3: ${{inputs.python3}}
python_impl_name: ${{env.python_impl_name}}

- name: Run test
run: |
Expand Down

0 comments on commit e22434d

Please sign in to comment.