Skip to content

Commit

Permalink
chore: rename jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-liang3 committed Jan 10, 2025
1 parent ed4668b commit a8d2c50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
echo "value=${python_versions}" >> $GITHUB_OUTPUT
test-unit-python:
name: Test Python
name: Run Python Unit Tests
runs-on: ubuntu-latest
needs:
- build-python
Expand All @@ -145,5 +145,5 @@ jobs:
with:
name: python-bindings
path: packages/python/
- name: Run Python Unit Tests
- name: Run Unit Tests Python
run: make ci-test-python ${{ format('test_python_version={0}', matrix.python-version) }}

0 comments on commit a8d2c50

Please sign in to comment.