We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a5ad8d commit 98aefdbCopy full SHA for 98aefdb
.github/workflows/guides.yaml
@@ -43,8 +43,9 @@ jobs:
43
- name: Install project dependencies
44
working-directory: docs
45
run: |
46
- composer update --no-interaction --no-progress --ansi
47
- cp -r ../src ./vendor/api-platform/core/
+ composer global require soyuka/pmu
+ composer global config allow-plugins.soyuka/pmu true --no-interaction
48
+ composer global link ..
49
- name: Test guides
50
51
env:
0 commit comments