.github/workflows/run_tests_in_docker.yml
2022-12-15 Edouard Tisserant Backed out changeset ddadbdf20e70, no effect on current problem.
2022-12-13 etisserant GH CI: try reverting to previous version of ubuntu
2022-11-24 Edouard Tisserant Tests: cleanup and tidy docker definitions and scripts wxPython4
2022-10-11 Edouard Tisserant Tests: version bump open62541 v1.3.2 -> v1.3.3 for github CI workflow. wxPython4
2022-07-17 Edouard Tisserant GitHub CI: my bad. m( Was just wrong version wxPython4
2022-07-17 Edouard Tisserant GitHub CI: actions/checkout@v3 submodules=recursive fails. wxPython4
2022-07-17 Edouard Tisserant CLI: fix fake_wx for OPC-UA in CLI, match with test and requirements
2022-07-06 etisserant Github CI: upload artifact (reports) when failing
2022-07-05 etisserant Github CI: use new name for test launching script
2022-05-17 Edouard Tisserant Tests: No need to archive test results before uploading them as action artifacts.
2022-05-17 Edouard Tisserant Tests: ...
2022-05-17 Edouard Tisserant Tests: re-enable running test in github action, now that docker image should be cached.
2022-05-17 Edouard Tisserant Tests: temporary disable problematic part, to force action to succeed so caching can happen.
2022-05-17 Edouard Tisserant Tests: give test directory when creating container, not when running test.
2022-05-17 Edouard Tisserant Tests: fix docker image export for GitHub Action caching.
2022-05-16 Edouard Tisserant Tests: More fixes amd enhancments to run tests on Github Actions
2022-05-15 etisserant Create run_tests_in_docker.yml