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 current Github Actions compile and build CWS, and then run that code against a docker ES and MariaDb. There is currently no Action that builds the CWS Docker image, and then runs that image for a test.
This was discovered when I tried to run CWS in docker but the java version wasn't updated in the Dockerfile so the image itself failed to run. We need a test to actually test the CWS Docker image itself from here: install/docker/cws-image
The text was updated successfully, but these errors were encountered:
The current Github Actions compile and build CWS, and then run that code against a docker ES and MariaDb. There is currently no Action that builds the CWS Docker image, and then runs that image for a test.
This was discovered when I tried to run CWS in docker but the java version wasn't updated in the Dockerfile so the image itself failed to run. We need a test to actually test the CWS Docker image itself from here:
install/docker/cws-image
The text was updated successfully, but these errors were encountered: