Skip to content

chore: bump version to 14.3.0 and document tenant context fix #185

chore: bump version to 14.3.0 and document tenant context fix

chore: bump version to 14.3.0 and document tenant context fix #185

name: Tutor Integration Tests
on: [pull_request]
jobs:
integration-test:
name: Tutor Integration Tests
runs-on: ubuntu-latest
strategy:
fail-fast: false
max-parallel: 1
matrix:
tutor_version: ['<21.0.0', '<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-tenant'
openedx_imports_test_file_path: 'eox_tenant/edxapp_wrapper/tests/integration/test_backends.py'