mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-08 19:46:41 +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"
|
||||
description: "A Github Action that run Integration Tests of Mage-OS in warden."
|
||||
|
||||
## TODO: use inputs as list of tests to be executed
|
||||
|
||||
inputs:
|
||||
search:
|
||||
required: true
|
||||
@@ -135,11 +133,6 @@ runs:
|
||||
echo "configuration"
|
||||
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
|
||||
if: ${{ inputs.run_memory_test == 1 }}
|
||||
working-directory: ${{ inputs.base_directory }}
|
||||
|
||||
Reference in New Issue
Block a user