Skip to content

Commit d9e632d

Browse files
committed
ci: remove duplicate 'name' fields
1 parent 89babb8 commit d9e632d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,10 @@ jobs:
3131
pr_only: true
3232

3333
test:
34-
name: test
34+
name: test/${{ matrix.platform }}
3535
strategy:
3636
matrix:
3737
platform: [ ubuntu-latest, macOS-latest, windows-latest ]
38-
name: test/${{ matrix.platform }}
3938
runs-on: ${{ matrix.platform }}
4039
steps:
4140
- name: Checkout code

0 commit comments

Comments
 (0)