Skip to content

refactor: update static storage configuration for Django 5.2+ compatibility #144

refactor: update static storage configuration for Django 5.2+ compatibility

refactor: update static storage configuration for Django 5.2+ compatibility #144

name: Tutor Integration Tests
on: [pull_request]
jobs:
integration-test:
name: Tutor Integration Tests
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
tutor_version: ['<22.0.0', 'main']
steps:
- name: Run Integration Tests
uses: eduNEXT/integration-test-in-tutor@v0.1.3
with:
tutor_version: ${{ matrix.tutor_version }}
app_name: 'eox-theming'
openedx_imports_test_file_path: 'eox_theming/edxapp_wrapper/tests/integration/test_backends.py'