From eb79849a072029031181e88f9194cd1838c94bdb Mon Sep 17 00:00:00 2001 From: Adam Date: Tue, 10 Oct 2023 10:45:25 +0000 Subject: [PATCH] dev: work on action --- warden/integration-tests/action.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/warden/integration-tests/action.yml b/warden/integration-tests/action.yml index 17cc8fc..258711e 100644 --- a/warden/integration-tests/action.yml +++ b/warden/integration-tests/action.yml @@ -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 }}