diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index b946ee667..6d1104d90 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -19,3 +19,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' + tutor_extra_commands_path: 'scripts/execute_tutor_extra_commands.sh' diff --git a/scripts/execute_tutor_extra_commands.sh b/scripts/execute_tutor_extra_commands.sh new file mode 100644 index 000000000..714eb8d09 --- /dev/null +++ b/scripts/execute_tutor_extra_commands.sh @@ -0,0 +1,2 @@ +# Populate the retirement states +tutor local exec lms python manage.py lms populate_retirement_states