Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit 5f97845

Browse files
committed
Install Robo 3 using composer
1 parent 1050a23 commit 5f97845

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525

2626
- name: Prepare dependencies
2727
run: |
28-
wget https://robo.li/robo.phar
29-
php robo.phar prepare:dependencies
3028
composer update
31-
php robo.phar prepare:tests
32-
php robo.phar prepare:test-autoloading
29+
php ./vendor/bin/robo prepare:dependencies
30+
composer update
31+
php ./vendor/bin/robo prepare:tests
32+
php ./vendor/bin/robo prepare:test-autoloading
3333
composer dump-autoload
3434
3535
- name: Run test suite

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
},
2525
"require-dev": {
2626
"vlucas/phpdotenv": "^3.0",
27-
"codeception/specify": "*"
27+
"codeception/specify": "*",
28+
"consolidation/robo": "^3.0.0-alpha3"
2829
}
2930
}

0 commit comments

Comments
 (0)