Skip to content

Commit 50625bd

Browse files
committed
chore: Added name for composer install step in tests workflow
1 parent 24195ca commit 50625bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ jobs:
2828
tools: composer:v2
2929
coverage: none
3030

31-
- uses: "ramsey/composer-install@v1"
31+
- name: Composer install
32+
uses: "ramsey/composer-install@v1"
3233
with:
3334
dependency-versions: "${{ matrix.dependencies }}"
3435

0 commit comments

Comments
 (0)