Skip to content

Commit cf1ca77

Browse files
Non-strict composer validate
1 parent 38de453 commit cf1ca77

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
- uses: actions/checkout@v2
2525

2626
- name: Validate composer.json and composer.lock
27-
run: composer validate --strict
27+
#run: composer validate --strict # Currently we’re installing mf2/tests from a commit ref.
28+
run: composer validate
2829

2930
- name: Cache Composer packages
3031
id: composer-cache

0 commit comments

Comments
 (0)