From b3256677ee165593486078cb9e5a188af52e60f7 Mon Sep 17 00:00:00 2001 From: magajh Date: Mon, 30 Sep 2024 09:20:54 -0400 Subject: [PATCH 1/2] test: trigger integration tests workflows --- .github/workflows/integration-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index b9fff279..dd1626c4 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -18,4 +18,4 @@ jobs: shell_file_to_run: 'scripts/execute_integration_tests.sh' fixtures_file: 'fixtures/initial_data.json' openedx_imports_test_file_path: 'eox_core/edxapp_wrapper/tests/integration/test_backends.py' - openedx_imports_test_function_name: 'test_current_settings_code_imports' + openedx_imports_test_function_name: 'test_current_settings_code_imports' \ No newline at end of file From 31ad4b13a1a43ae5d8809d0c77840f50904df86f Mon Sep 17 00:00:00 2001 From: magajh Date: Thu, 3 Oct 2024 09:46:56 -0400 Subject: [PATCH 2/2] fix: remove input --- .github/workflows/integration-test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index dd1626c4..db7d30af 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -18,4 +18,3 @@ jobs: shell_file_to_run: 'scripts/execute_integration_tests.sh' fixtures_file: 'fixtures/initial_data.json' openedx_imports_test_file_path: 'eox_core/edxapp_wrapper/tests/integration/test_backends.py' - openedx_imports_test_function_name: 'test_current_settings_code_imports' \ No newline at end of file