Skip to content

chore(deps): bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0 #80

chore(deps): bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0

chore(deps): bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0 #80

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@main
with:
tutor_version: ${{ matrix.tutor_version }}
app_name: 'eox-theming'
openedx_imports_test_file_path: 'eox_theming/edxapp_wrapper/tests/integration/test_backends.py'