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
Currently the test-setup uses quite some time and resources to setup all the required external services like redis, memcached and mongo but then the tests actually using these services are skipped.
I tried to add the tests during enabling PHP8.3 testing but all tests failed - not only the 8.3 ones but all.
So this is something that should be done separately.
I managed to add the tests by adding this code into the qa-job in .github/workflows/continuous-integration.yml:
Bug Report
Summary
Currently the test-setup uses quite some time and resources to setup all the required external services like redis, memcached and mongo but then the tests actually using these services are skipped.
I tried to add the tests during enabling PHP8.3 testing but all tests failed - not only the 8.3 ones but all.
So this is something that should be done separately.
I managed to add the tests by adding this code into the qa-job in
.github/workflows/continuous-integration.yml
:Current behavior
All tests are failing
How to reproduce
Add the yml excerpt to the described file and let the tests run
Expected behavior
All tests green
The text was updated successfully, but these errors were encountered: