dev: work on action

This commit is contained in:
Adam
2023-10-10 10:45:25 +00:00
parent 822a6e2cb4
commit eb79849a07
-7
View File
@@ -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 }}