mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-13 13:14:53 +00:00
dev: work on action
This commit is contained in:
@@ -2,8 +2,6 @@ name: "Integration Tests Mage-OS in Warden"
|
|||||||
author: "Vladyslav Podorozhnyi"
|
author: "Vladyslav Podorozhnyi"
|
||||||
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."
|
||||||
|
|
||||||
## TODO: use inputs as list of tests to be executed
|
|
||||||
|
|
||||||
inputs:
|
inputs:
|
||||||
search:
|
search:
|
||||||
required: true
|
required: true
|
||||||
@@ -135,11 +133,6 @@ runs:
|
|||||||
echo "configuration"
|
echo "configuration"
|
||||||
cat ${CONFIG_FILE}
|
cat ${CONFIG_FILE}
|
||||||
|
|
||||||
|
|
||||||
# bash build_scripts/build_integration_tests_config.sh "$SEARCH" "$RABBITMQ" "$REDIS" > dev/tests/integration/etc/install-config-mysql.php
|
|
||||||
# echo "Debug integration tests config:"
|
|
||||||
# cat dev/tests/integration/etc/install-config-mysql.php
|
|
||||||
|
|
||||||
- name: Run Memory Test
|
- name: Run Memory Test
|
||||||
if: ${{ inputs.run_memory_test == 1 }}
|
if: ${{ inputs.run_memory_test == 1 }}
|
||||||
working-directory: ${{ inputs.base_directory }}
|
working-directory: ${{ inputs.base_directory }}
|
||||||
|
|||||||
Reference in New Issue
Block a user