File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 53
53
- name : Test self-update command
54
54
run : php ./n98-magerun2.phar self-update --unstable
55
55
56
-
57
56
# Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit"
58
57
# Docs: https://getcomposer.org/doc/articles/scripts.md
59
58
Original file line number Diff line number Diff line change @@ -75,9 +75,8 @@ function create_new_phar() {
75
75
# which will then create a no reproducable phar file with a differenz MD5
76
76
$COMPOSER_BIN config autoloader-suffix N98MagerunNTS
77
77
78
- # Required for some Github Action edge cases where the file vendor/composer/installed.php
79
- # could not be found if previous Magerun installation was done with Composer 1
80
- $COMPOSER_BIN dump-autoload
78
+ # Run install again to get the latest install.php and install.json file
79
+ $COMPOSER_BIN install
81
80
82
81
$PHP_BIN $BOX_BIN compile
83
82
You can’t perform that action at this time.
0 commit comments