Skip to content

build: use openedx commitlint workflow AP-1595 #71

build: use openedx commitlint workflow AP-1595

build: use openedx commitlint workflow AP-1595 #71

name: Tutor Integration Tests
on: [pull_request]
jobs:
integration-test:
name: Tutor Integration Tests
runs-on: ubuntu-latest
strategy:
matrix:
tutor_version: ['<18.0.0', '<19.0.0', 'nightly']
steps:
- name: Run Integration Tests
uses: eduNEXT/integration-test-in-tutor@mjh/make-extra-reqs-step-optional
with:
tutor_version: ${{ matrix.tutor_version }}
app_name: 'eox-tagging'
openedx_imports_test_file_path: 'eox_tagging/edxapp_wrappers/tests/integration/test_backends.py'