mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-13 13:14:53 +00:00
Apply suggestions from code review
Co-authored-by: Simon Sprankel <sprankhub@users.noreply.github.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
name: "Integration Tests Mage-OS in Warden"
|
name: "Integration Tests Mage-OS in Warden"
|
||||||
author: "Vladyslav Podorozhnyi"
|
author: "Mage-OS"
|
||||||
description: "A Github Action that run Integration Tests of Mage-OS in warden."
|
description: "A Github Action that run Integration Tests of Mage-OS in Warden."
|
||||||
|
|
||||||
inputs:
|
inputs:
|
||||||
search:
|
search:
|
||||||
|
|||||||
@@ -1,22 +1,22 @@
|
|||||||
name: "Setup Mage-OS in Warden"
|
name: "Setup Mage-OS in Warden"
|
||||||
author: "Vladyslav Podorozhnyi"
|
author: "Mage-OS"
|
||||||
description: "A Github Action that pull and set-up Magen-OS in warden env."
|
description: "A Github Action that pull and set-up Mage-OS in Warden env."
|
||||||
|
|
||||||
inputs:
|
inputs:
|
||||||
warden_version:
|
warden_version:
|
||||||
required: true
|
required: true
|
||||||
default: "0.14.1"
|
default: "0.14.1"
|
||||||
description: "The version of warden to use."
|
description: "The version of Warden to use."
|
||||||
|
|
||||||
php_version:
|
php_version:
|
||||||
required: true
|
required: true
|
||||||
default: "8.2"
|
default: "8.2"
|
||||||
description: "PHP version used in warden container."
|
description: "PHP version used in Warden container."
|
||||||
|
|
||||||
composer_version:
|
composer_version:
|
||||||
required: true
|
required: true
|
||||||
default: "2.2.22"
|
default: "2.2.22"
|
||||||
description: "The version of composer to use."
|
description: "The version of Composer to use."
|
||||||
|
|
||||||
database:
|
database:
|
||||||
required: true
|
required: true
|
||||||
|
|||||||
Reference in New Issue
Block a user