why tests run successful on my local machine. but fail on github

i even tried to run these commands;

rm -rf ~/.m2/repository/org/openmrs

git clean -xfd

mvn clean install

Does this command locally run successfully? mvn test -Pskip-default-test -Pintegration-test

1 Like