Skip to content

Commit

Permalink
ci: add tutor extra commands shell file
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanttV committed Nov 7, 2024
1 parent 3460e22 commit 2a6408c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
2 changes: 2 additions & 0 deletions scripts/execute_tutor_extra_commands.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Populate the retirement states
tutor local exec lms python manage.py lms populate_retirement_states

0 comments on commit 2a6408c

Please sign in to comment.