Skip to content

Commit

Permalink
Revert "fix: test without codejail"
Browse files Browse the repository at this point in the history
This reverts commit c4d48da.
  • Loading branch information
MaferMazu committed Dec 31, 2024
1 parent c4d48da commit 37d5c39
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ jobs:
- name: Install Tutor
run: pip install "tutor${{ matrix.tutor_version }}"
shell: bash

- name: Install, enable and initialize Tutor Codejail Plugin
run: |
pip install git+https://github.com/edunext/tutor-contrib-codejail
tutor plugins enable codejail
tutor local do init --limit codejail
shell: bash

- name: Mount Integration Test
run: tutor mounts add cms:mitx-grading-library/integration_tests/integration_test.py:/openedx/edx-platform/integration_test.py
Expand Down

0 comments on commit 37d5c39

Please sign in to comment.