Skip to content

Commit

Permalink
Rename integration to whl test
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMi committed Jan 29, 2025
1 parent da20344 commit d13ae8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@ jobs:
user: __token__
password: ${{ secrets.pypi_password }}

integration-test:
test-whl:
name: "Test whl"
needs: package-publish
uses: "./.github/workflows/test-whl.yml"
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-whl.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Integration Test
name: Test whl

on:
workflow_call:
Expand All @@ -15,7 +15,7 @@ on:

jobs:
test:
name: Integration Test (python-${{ matrix.python-version }}, ${{ matrix.os }})
name: Test whl (python-${{ matrix.python-version }}, ${{ matrix.os }})
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down

0 comments on commit d13ae8f

Please sign in to comment.