Skip to content

Commit 77a96cf

Browse files
committed
???
1 parent 7556488 commit 77a96cf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/integration.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,12 @@ jobs:
1919
runCmd: |
2020
cd /roots/app
2121
composer install
22+
# ???
2223
composer remove roots/acorn
2324
composer require roots/acorn --no-interaction
24-
composer require nunomaduro/collision
25+
composer require --dev nunomaduro/collision
26+
composer require --dev spatie/laravel-ignition
27+
# ???
2528
while ! mysqladmin ping -h"database" --silent; do
2629
sleep 1
2730
done

0 commit comments

Comments
 (0)