Skip to content

Commit 9b3feb4

Browse files
committed
Add composer command get:binaries and use it in CI
1 parent 756e749 commit 9b3feb4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-test-suite.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,7 @@ jobs:
106106

107107
- name: Download RoadRunner
108108
if: inputs.download-binaries == true
109-
run: |
110-
vendor/bin/dload get --no-interaction -vv
109+
run: composer get:binaries
111110

112111
- name: Run tests
113112
run: ${{ inputs.test-command }}

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
},
8383
"scripts": {
8484
"post-update-cmd": "Temporal\\Worker\\Transport\\RoadRunnerVersionChecker::postUpdate",
85+
"get:binaries": "dload get --no-interaction -vv",
8586
"cs:diff": "php-cs-fixer fix --dry-run -v --diff --show-progress dots",
8687
"cs:fix": "php-cs-fixer fix -v",
8788
"psalm": "psalm",

0 commit comments

Comments
 (0)