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.
get:binaries
1 parent 756e749 commit 9b3feb4Copy full SHA for 9b3feb4
.github/workflows/run-test-suite.yml
@@ -106,8 +106,7 @@ jobs:
106
107
- name: Download RoadRunner
108
if: inputs.download-binaries == true
109
- run: |
110
- vendor/bin/dload get --no-interaction -vv
+ run: composer get:binaries
111
112
- name: Run tests
113
run: ${{ inputs.test-command }}
composer.json
@@ -82,6 +82,7 @@
82
},
83
"scripts": {
84
"post-update-cmd": "Temporal\\Worker\\Transport\\RoadRunnerVersionChecker::postUpdate",
85
+ "get:binaries": "dload get --no-interaction -vv",
86
"cs:diff": "php-cs-fixer fix --dry-run -v --diff --show-progress dots",
87
"cs:fix": "php-cs-fixer fix -v",
88
"psalm": "psalm",
0 commit comments