Skip to content

Commit

Permalink
ci: name pr matrix based on hatch env name
Browse files Browse the repository at this point in the history
  • Loading branch information
ketozhang committed Nov 20, 2024
1 parent 45757ef commit 47e6c16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
id: set-matrix
run: echo "matrix=$(cat .github/workflows/hatch-matrix.json | jq -c )" >> $GITHUB_OUTPUT
test:
name: test (${{ matrix.hatch-env-name }})
runs-on: ubuntu-latest
needs: prepare-matrix
strategy:
Expand Down

0 comments on commit 47e6c16

Please sign in to comment.