Skip to content

feat: add tutor integration test DS-979 #2

feat: add tutor integration test DS-979

feat: add tutor integration test DS-979 #2

name: Tutor Integration Tests
on: [pull_request]
jobs:
integration-test:
name: Tutor Integration Test
runs-on: ubuntu-latest
strategy:
matrix:
tutor_version: ["<17.0.0", "<18.0.0"]
steps:
- uses: actions/checkout@v4
with:
path: eox-theming
- uses: eduNEXT/integration-test-in-tutor@main
with:
tutor_version: ${{ matrix.tutor_version }}
app_name: "eox-theming"
shell_file_to_run: "eox_theming/tests/tutor/integration.sh"