Skip to content

Commit

Permalink
fix: IT job naming
Browse files Browse the repository at this point in the history
  • Loading branch information
therightstuff committed Sep 20, 2023
1 parent bd16233 commit e8cc299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
matrix:
python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11' ]
integration-test-family: ${{ fromJson(needs.list-instrumentations.outputs.integration-tests) }}
name: ITest ${{ matrix.integration-test-family }} / Python ${{ matrix.python-version }}
name: ${{ matrix.python-version }} ${{ matrix.integration-test-family }}
steps:
- uses: actions/checkout@v3
- name: Set up Python
Expand Down

0 comments on commit e8cc299

Please sign in to comment.