Skip to content

Commit

Permalink
fix job name
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Dec 10, 2024
1 parent 85d792a commit d67dd33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ defaults:

jobs:
test:
name: ${{ matrix.adapter }} / python ${{ matrix.python-version }} / ${{ matrix.os }}
name: ${{ matrix.os }} / python ${{ matrix.python-version }}

# run if not a PR from a forked repository or has a label to mark as safe to test
# also checks that the matrix generated is not empty
Expand Down

0 comments on commit d67dd33

Please sign in to comment.