Skip to content

Commit 1e4fa4d

Browse files
authored
fix(ci): Fix a test name (#795)
1 parent 57a34a0 commit 1e4fa4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
composer-json:
4141
runs-on: ubuntu-latest
42-
name: Check COMPOSER_ROOT_VERSION value
42+
name: Check the composer package
4343
strategy:
4444
fail-fast: false
4545
matrix:
@@ -58,7 +58,7 @@ jobs:
5858
coverage: none
5959

6060
- name: Validate Composer configuration
61-
run: composer validate --strict
61+
run: make validate_package
6262

6363
unit-tests:
6464
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)