mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
Show that commands we execute, not only output (#1184)
This commit is contained in:
@@ -38,6 +38,7 @@ jobs:
|
||||
name: Create-project with skeleton ^4
|
||||
if: "always() && steps.config.outcome == 'success'"
|
||||
run: |
|
||||
set -x
|
||||
composer create-project --ansi "symfony/skeleton:^4" v4
|
||||
cd v4
|
||||
composer config extra.symfony.allow-contrib true
|
||||
@@ -55,6 +56,7 @@ jobs:
|
||||
name: Create-project with skeleton ^5
|
||||
if: "always() && steps.config.outcome == 'success'"
|
||||
run: |
|
||||
set -x
|
||||
composer create-project --ansi "symfony/skeleton:^5" v5
|
||||
cd v5
|
||||
composer config extra.symfony.allow-contrib true
|
||||
|
||||
Reference in New Issue
Block a user