The CI tests for LimeSurvey LTS need to be fixed.
For this the API must be exposed before the first login, otherwise get_session_key will throw an error.
Meanwhile the tests can be run manually by
- building the docker container
docker compose -f test/docker-compose.yml -f test/docker-compose.lts.yml up -d --build
- logging into LimeSurvey via the web browser
- Running the Julia tests
The CI tests for LimeSurvey LTS need to be fixed.
For this the API must be exposed before the first login, otherwise
get_session_keywill throw an error.Meanwhile the tests can be run manually by