You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: